Skip to content

Commit

Permalink
Bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TDKorn committed Feb 7, 2024
1 parent 2015158 commit 3087732
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div align="center">


.. 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%

Expand Down Expand Up @@ -98,15 +98,15 @@ 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


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



.. 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


Expand Down Expand Up @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion sphinx_github_style/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hello@dailykitten.net>'

from .add_linkcode_class import add_linkcode_node_class
Expand Down

0 comments on commit 3087732

Please sign in to comment.