From a5993d43b1c00917527bdcc12ec1bf7d11d0b8f1 Mon Sep 17 00:00:00 2001
From: TDKorn <96394652+TDKorn@users.noreply.github.com>
Date: Wed, 15 May 2024 00:55:58 -0400
Subject: [PATCH] Bump to `v1.2.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 c33b70e..a44ddf4 100644
--- a/README.rst
+++ b/README.rst
@@ -35,7 +35,7 @@
-.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.1/docs/source/_static/logo_square_grey_blue.png
+.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.2/docs/source/_static/logo_square_grey_blue.png
:alt: Sphinx GitHub Style: GitHub Integration and Pygments Style for Sphinx Documentation
:width: 25%
@@ -99,7 +99,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.2.1/docs/source/_static/github_link.png
+.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.2/docs/source/_static/github_link.png
:alt: sphinx-github-style adds a "View on GitHub" link
@@ -107,7 +107,7 @@ They link to and highlight the corresponding code block in your GitHub repositor
-.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.1/docs/source/_static/github_linked_code.png
+.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.2/docs/source/_static/github_linked_code.png
:alt: The linked corresponding highlighted source code block on GitHub
@@ -142,7 +142,7 @@ Syntax Highlighting
-.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.1/docs/source/_static/syntax_highlighting.png
+.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.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 435d5e7..6cd2c63 100644
--- a/sphinx_github_style/__init__.py
+++ b/sphinx_github_style/__init__.py
@@ -5,7 +5,7 @@
from .utils.sphinx import get_conf_val, set_conf_val
from .utils.linkcode import get_linkcode_url, get_linkcode_revision, get_linkcode_resolve
-__version__ = "1.2.1"
+__version__ = "1.2.2"
__author__ = 'Adam Korn '
from .add_linkcode_class import add_linkcode_node_class