Skip to content

Commit a5993d4

Browse files
committed
Bump to v1.2.2
1 parent 2d92545 commit a5993d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div align="center">
3636

3737

38-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.1/docs/source/_static/logo_square_grey_blue.png
38+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.2/docs/source/_static/logo_square_grey_blue.png
3939
:alt: Sphinx GitHub Style: GitHub Integration and Pygments Style for Sphinx Documentation
4040
:width: 25%
4141

@@ -99,15 +99,15 @@ Using |.sphinx.ext.linkcode|_, a ``View on GitHub`` link is added to the docume
9999

100100

101101

102-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.1/docs/source/_static/github_link.png
102+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.2/docs/source/_static/github_link.png
103103
:alt: sphinx-github-style adds a "View on GitHub" link
104104

105105

106106
They link to and highlight the corresponding code block in your GitHub repository:
107107

108108

109109

110-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.1/docs/source/_static/github_linked_code.png
110+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.2/docs/source/_static/github_linked_code.png
111111
:alt: The linked corresponding highlighted source code block on GitHub
112112

113113

@@ -142,7 +142,7 @@ Syntax Highlighting
142142

143143

144144

145-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.1/docs/source/_static/syntax_highlighting.png
145+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.2/docs/source/_static/syntax_highlighting.png
146146
:alt: A code block highlighted by the Pygments style. It looks identical to GitHub.
147147

148148

sphinx_github_style/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .utils.sphinx import get_conf_val, set_conf_val
66
from .utils.linkcode import get_linkcode_url, get_linkcode_revision, get_linkcode_resolve
77

8-
__version__ = "1.2.1"
8+
__version__ = "1.2.2"
99
__author__ = 'Adam Korn <hello@dailykitten.net>'
1010

1111
from .add_linkcode_class import add_linkcode_node_class

0 commit comments

Comments
 (0)