Skip to content

Commit ab6c5d5

Browse files
committed
Updated files with git_helper.
1 parent dc6f8f7 commit ab6c5d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc-source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"SciPy": ('https://docs.scipy.org/doc/scipy/reference', None),
7676
"matplotlib": ('https://matplotlib.org', None),
7777
"h5py": ('https://docs.h5py.org/en/latest/', None),
78-
"Sphinx": ('https://www.sphinx-doc.org/en/stable/', None),
78+
"Sphinx": ('https://www.sphinx-doc.org/en/master/', None),
7979
"Django": ('https://docs.djangoproject.com/en/dev/', 'https://docs.djangoproject.com/en/dev/_objects/'),
8080
"sarge": ('https://sarge.readthedocs.io/en/latest/', None),
8181
"attrs": ('https://www.attrs.org/en/stable/', None),

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,18 @@ rst-roles =
144144
ref,
145145
meth,
146146
exc,
147+
attr,
147148
rst-directives =
148149
envvar,
149150
exception,
151+
seealso
150152
inline-quotes = "
151153
multiline-quotes = """
152154
docstring-quotes = """
153155
154156
157+
158+
155159
[mypy]
156160
python_version = 3.6
157161
ignore_missing_imports = True

0 commit comments

Comments
 (0)