Skip to content

Commit f61af91

Browse files
committed
Bump to v1.2.0
1 parent 8fdbae7 commit f61af91

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
@@ -32,7 +32,7 @@
3232
<div align="center">
3333

3434

35-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.2/docs/source/_static/logo_square_grey_blue.png
35+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.0/docs/source/_static/logo_square_grey_blue.png
3636
:alt: Sphinx GitHub Style: GitHub Integration and Pygments Style for Sphinx Documentation
3737
:width: 25%
3838

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

9797

9898

99-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.2/docs/source/_static/github_link.png
99+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.0/docs/source/_static/github_link.png
100100
:alt: sphinx-github-style adds a "View on GitHub" link
101101

102102

103103
They link to and highlight the corresponding code block in your GitHub repository:
104104

105105

106106

107-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.2/docs/source/_static/github_linked_code.png
107+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.0/docs/source/_static/github_linked_code.png
108108
:alt: The linked corresponding highlighted source code block on GitHub
109109

110110

@@ -139,7 +139,7 @@ Syntax Highlighting
139139

140140

141141

142-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.2/docs/source/_static/syntax_highlighting.png
142+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.2.0/docs/source/_static/syntax_highlighting.png
143143
:alt: A code block highlighted by the Pygments style. It looks identical to GitHub.
144144

145145

sphinx_github_style/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from sphinx.errors import ExtensionError
99
from typing import Dict, Any, Optional, Callable
1010

11-
__version__ = "1.1.2"
11+
__version__ = "1.2.0"
1212
__author__ = 'Adam Korn <hello@dailykitten.net>'
1313

1414
from .add_linkcode_class import add_linkcode_node_class

0 commit comments

Comments
 (0)