Skip to content

Commit 3087732

Browse files
committed
Bump to v1.1.1
1 parent 2015158 commit 3087732

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
@@ -34,7 +34,7 @@
3434
<div align="center">
3535

3636

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

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

9999

100100

101-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.0/docs/source/_static/github_link.png
101+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.1/docs/source/_static/github_link.png
102102
:alt: sphinx-github-style adds a "View on GitHub" link
103103

104104

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

107107

108108

109-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.0/docs/source/_static/github_linked_code.png
109+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.1/docs/source/_static/github_linked_code.png
110110
:alt: The linked corresponding highlighted source code block on GitHub
111111

112112

@@ -141,7 +141,7 @@ Syntax Highlighting
141141

142142

143143

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

147147

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.0"
11+
__version__ = "1.1.1"
1212
__author__ = 'Adam Korn <hello@dailykitten.net>'
1313

1414
from .add_linkcode_class import add_linkcode_node_class

0 commit comments

Comments
 (0)