File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
:description: A Sphinx extension to add GitHub source code links and syntax highlighting
8
8
9
9
.. |.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
11
11
.. |.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
13
13
.. |.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
15
15
.. |.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
17
17
.. |.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
19
19
.. |RTD | replace :: ReadTheDocs
20
20
.. _RTD : https://sphinx-github-style.readthedocs.io/en/latest/
21
21
.. |docs | replace :: **Explore the docs » **
Original file line number Diff line number Diff line change 3
3
.. Author: TDKorn (Adam Korn)
4
4
5
5
.. |.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
7
7
.. |.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
9
9
.. |.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
11
11
.. |.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
13
13
.. |.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
15
15
.. |RTD | replace :: ReadTheDocs
16
16
.. _RTD : https://sphinx-github-style.readthedocs.io/en/latest/
17
17
.. |Note | replace :: 📝 **Note **
Original file line number Diff line number Diff line change 8
8
9
9
10
10
.. |.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
12
12
13
13
14
14
.. raw :: html
Original file line number Diff line number Diff line change 9
9
from sphinx .errors import ExtensionError
10
10
from typing import Dict , Any , Optional , Callable
11
11
12
- __version__ = "1.0.3 "
12
+ __version__ = "1.0.4 "
13
13
__author__ = 'Adam Korn <hello@dailykitten.net>'
14
14
15
15
from .add_linkcode_class import add_linkcode_node_class
You can’t perform that action at this time.
0 commit comments