From 6115be6dcb09d322935bf9a69cc5e170bf2cee4f Mon Sep 17 00:00:00 2001
From: TDKorn <96394652+TDKorn@users.noreply.github.com>
Date: Sat, 10 Feb 2024 00:58:14 -0500
Subject: [PATCH] Bump to `v1.1.2`
---
README.rst | 8 ++++----
sphinx_github_style/__init__.py | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.rst b/README.rst
index b26b601..583201d 100644
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,7 @@
-.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.1/docs/source/_static/logo_square_grey_blue.png
+.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.2/docs/source/_static/logo_square_grey_blue.png
:alt: Sphinx GitHub Style: GitHub Integration and Pygments Style for Sphinx Documentation
:width: 25%
@@ -98,7 +98,7 @@ Using |.sphinx.ext.linkcode|_, a ``View on GitHub`` link is added to the docume
-.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.1/docs/source/_static/github_link.png
+.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.2/docs/source/_static/github_link.png
:alt: sphinx-github-style adds a "View on GitHub" link
@@ -106,7 +106,7 @@ They link to and highlight the corresponding code block in your GitHub repositor
-.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.1/docs/source/_static/github_linked_code.png
+.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.2/docs/source/_static/github_linked_code.png
:alt: The linked corresponding highlighted source code block on GitHub
@@ -141,7 +141,7 @@ Syntax Highlighting
-.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.1/docs/source/_static/syntax_highlighting.png
+.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.2/docs/source/_static/syntax_highlighting.png
:alt: A code block highlighted by the Pygments style. It looks identical to GitHub.
diff --git a/sphinx_github_style/__init__.py b/sphinx_github_style/__init__.py
index f0feccb..0d3e072 100644
--- a/sphinx_github_style/__init__.py
+++ b/sphinx_github_style/__init__.py
@@ -8,7 +8,7 @@
from sphinx.errors import ExtensionError
from typing import Dict, Any, Optional, Callable
-__version__ = "1.1.1"
+__version__ = "1.1.2"
__author__ = 'Adam Korn '
from .add_linkcode_class import add_linkcode_node_class