File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 75
75
"SciPy" : ('https://docs.scipy.org/doc/scipy/reference' , None ),
76
76
"matplotlib" : ('https://matplotlib.org' , None ),
77
77
"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 ),
79
79
"Django" : ('https://docs.djangoproject.com/en/dev/' , 'https://docs.djangoproject.com/en/dev/_objects/' ),
80
80
"sarge" : ('https://sarge.readthedocs.io/en/latest/' , None ),
81
81
"attrs" : ('https://www.attrs.org/en/stable/' , None ),
Original file line number Diff line number Diff line change @@ -144,14 +144,18 @@ rst-roles =
144
144
ref,
145
145
meth,
146
146
exc,
147
+ attr,
147
148
rst-directives =
148
149
envvar,
149
150
exception,
151
+ seealso
150
152
inline-quotes = "
151
153
multiline-quotes = " " "
152
154
docstring-quotes = " " "
153
155
154
156
157
+
158
+
155
159
[mypy]
156
160
python_version = 3.6
157
161
ignore_missing_imports = True
You can’t perform that action at this time.
0 commit comments