diff --git a/README.rst b/README.rst index 60a24da..b26b601 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@
-.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.0/docs/source/_static/logo_square_grey_blue.png +.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.1/docs/source/_static/logo_square_grey_blue.png :alt: Sphinx GitHub Style: GitHub Integration and Pygments Style for Sphinx Documentation :width: 25% @@ -98,7 +98,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.1.0/docs/source/_static/github_link.png +.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.1/docs/source/_static/github_link.png :alt: sphinx-github-style adds a "View on GitHub" link @@ -106,7 +106,7 @@ They link to and highlight the corresponding code block in your GitHub repositor -.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.0/docs/source/_static/github_linked_code.png +.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.1/docs/source/_static/github_linked_code.png :alt: The linked corresponding highlighted source code block on GitHub @@ -141,7 +141,7 @@ Syntax Highlighting -.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/master/docs/source/_static/syntax_highlighting.png +.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-github-style/v1.1.1/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 f130278..fc1c90c 100644 --- a/sphinx_github_style/__init__.py +++ b/sphinx_github_style/__init__.py @@ -8,7 +8,7 @@ from sphinx.errors import ExtensionError from typing import Dict, Any, Optional, Callable -__version__ = "1.1.0" +__version__ = "1.1.1" __author__ = 'Adam Korn ' from .add_linkcode_class import add_linkcode_node_class