Skip to content

Commit a9d9946

Browse files
committed
Bump to v1.1.0
1 parent 9fcbd3d commit a9d9946

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.rst

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

4040

41-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/master/docs/source/_static/logo_square_grey_blue.png
41+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.0/docs/source/_static/logo_square_grey_blue.png
4242
:alt: Sphinx GitHub Style: GitHub Integration and Pygments Style for Sphinx Documentation
4343
:width: 25%
4444

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

103103

104104

105-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/master/docs/source/_static/github_link.png
105+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.0/docs/source/_static/github_link.png
106106
:alt: sphinx-github-style adds a "View on GitHub" link
107107

108108

109109
They link to and highlight the corresponding code block in your GitHub repository:
110110

111111

112112

113-
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/master/docs/source/_static/github_linked_code.png
113+
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.0/docs/source/_static/github_linked_code.png
114114
:alt: The linked corresponding highlighted source code block on GitHub
115115

116116

@@ -145,7 +145,7 @@ Syntax Highlighting
145145

146146

147147

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

151151

sphinx_github_style/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import sys
32
import sphinx
43
import inspect
@@ -9,7 +8,7 @@
98
from sphinx.errors import ExtensionError
109
from typing import Dict, Any, Optional, Callable
1110

12-
__version__ = "1.0.5"
11+
__version__ = "1.1.0"
1312
__author__ = 'Adam Korn <hello@dailykitten.net>'
1413

1514
from .add_linkcode_class import add_linkcode_node_class

0 commit comments

Comments
 (0)