Skip to content

Commit 5f167f3

Browse files
committed
Bump to v1.0.4
1 parent c9a27a3 commit 5f167f3

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
:description: A Sphinx extension to add GitHub source code links and syntax highlighting
88

99
.. |.get_linkcode_resolve| replace:: ``get_linkcode_resolve()``
10-
.. _.get_linkcode_resolve: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.3/sphinx_github_style/__init__.py#L145-L209
10+
.. _.get_linkcode_resolve: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.4/sphinx_github_style/__init__.py#L146-L212
1111
.. |.add_linkcode_node_class| replace:: ``add_linkcode_node_class()``
12-
.. _.add_linkcode_node_class: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.3/sphinx_github_style/add_linkcode_class.py#L9-L24
12+
.. _.add_linkcode_node_class: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.4/sphinx_github_style/add_linkcode_class.py#L9-L24
1313
.. |.TDKStyle| replace:: ``TDKStyle``
14-
.. _.TDKStyle: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.3/sphinx_github_style/github_style.py#L44-L139
14+
.. _.TDKStyle: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.4/sphinx_github_style/github_style.py#L44-L139
1515
.. |.TDKMethLexer| replace:: ``TDKMethLexer``
16-
.. _.TDKMethLexer: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.3/sphinx_github_style/meth_lexer.py#L27-L42
16+
.. _.TDKMethLexer: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.4/sphinx_github_style/meth_lexer.py#L27-L42
1717
.. |.github_style| replace:: ``github_style.css``
18-
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/blob/v1.0.3/sphinx_github_style/_static/github_style.css
18+
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/blob/v1.0.4/sphinx_github_style/_static/github_style.css
1919
.. |RTD| replace:: ReadTheDocs
2020
.. _RTD: https://sphinx-github-style.readthedocs.io/en/latest/
2121
.. |docs| replace:: **Explore the docs »**

README_PyPi.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
.. Author: TDKorn (Adam Korn)
44
55
.. |.get_linkcode_resolve| replace:: get_linkcode_resolve()
6-
.. _.get_linkcode_resolve: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.3/sphinx_github_style/__init__.py#L145-L209
6+
.. _.get_linkcode_resolve: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.4/sphinx_github_style/__init__.py#L146-L212
77
.. |.add_linkcode_node_class| replace:: add_linkcode_node_class()
8-
.. _.add_linkcode_node_class: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.3/sphinx_github_style/add_linkcode_class.py#L9-L24
8+
.. _.add_linkcode_node_class: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.4/sphinx_github_style/add_linkcode_class.py#L9-L24
99
.. |.TDKStyle| replace:: TDKStyle
10-
.. _.TDKStyle: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.3/sphinx_github_style/github_style.py#L44-L139
10+
.. _.TDKStyle: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.4/sphinx_github_style/github_style.py#L44-L139
1111
.. |.TDKMethLexer| replace:: TDKMethLexer
12-
.. _.TDKMethLexer: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.3/sphinx_github_style/meth_lexer.py#L27-L42
12+
.. _.TDKMethLexer: https://github.com/TDKorn/sphinx-github-style/blob/v1.0.4/sphinx_github_style/meth_lexer.py#L27-L42
1313
.. |.github_style| replace:: github_style.css
14-
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/blob/v1.0.3/sphinx_github_style/_static/github_style.css
14+
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/blob/v1.0.4/sphinx_github_style/_static/github_style.css
1515
.. |RTD| replace:: ReadTheDocs
1616
.. _RTD: https://sphinx-github-style.readthedocs.io/en/latest/
1717
.. |Note| replace:: 📝 **Note**

docs/source/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
.. |.github_style| replace:: ``github_style.css``
11-
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/tree/v1.0.3/sphinx_github_style/_static/github_style.css
11+
.. _.github_style: https://github.com/tdkorn/sphinx-github-style/tree/v1.0.4/sphinx_github_style/_static/github_style.css
1212

1313

1414
.. raw:: html

sphinx_github_style/__init__.py

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

12-
__version__ = "1.0.3"
12+
__version__ = "1.0.4"
1313
__author__ = 'Adam Korn <hello@dailykitten.net>'
1414

1515
from .add_linkcode_class import add_linkcode_node_class

0 commit comments

Comments
 (0)