File tree Expand file tree Collapse file tree 5 files changed +5
-16
lines changed Expand file tree Collapse file tree 5 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 1
- /* This file is managed by 'repo_helper'. Don't edit it directly. */
2
-
3
- .wy-nav-content {
4
- max-width : 1200px !important ;
5
- }
6
-
7
- li p : last-child {
8
- margin-bottom : 12px !important ;
9
- }
10
-
11
- html {
12
- scroll-behavior : smooth;
13
- }
Original file line number Diff line number Diff line change 73
73
'python' : ('https://docs.python.org/3/' , None ),
74
74
"NumPy" : ('https://numpy.org/doc/stable/' , None ),
75
75
"SciPy" : ('https://docs.scipy.org/doc/scipy/reference' , None ),
76
+ "Pandas" : ('https://pandas.pydata.org/docs/' , None ),
76
77
"matplotlib" : ('https://matplotlib.org' , None ),
77
78
"h5py" : ('https://docs.h5py.org/en/latest/' , None ),
78
79
"Sphinx" : ('https://www.sphinx-doc.org/en/master/' , None ),
81
82
"attrs" : ('https://www.attrs.org/en/stable/' , None ),
82
83
}
83
84
84
- html_theme = 'sphinx_rtd_theme '
85
+ html_theme = 'domdf_sphinx_theme '
85
86
html_theme_options = {
86
87
'logo_only' : False ,
87
88
}
Original file line number Diff line number Diff line change 1
1
autodocsumm
2
2
default_values >= 0.0.6
3
+ domdf_sphinx_theme >= 0.0.11
3
4
extras_require
4
5
sphinx >= 3.0.3
5
6
sphinx-copybutton >= 0.2.12
6
7
sphinx-notfound-page
7
8
sphinx-prompt >= 1.2.0
8
9
sphinx-tabs >= 1.1.13
9
10
sphinx_autodoc_typehints >= 1.11.0
10
- sphinx_rtd_theme < 0.5
11
11
sphinxcontrib-httpdomain >= 1.7.0
12
12
sphinxemoji >= 0.1.6
13
13
toctree_plus >= 0.0.1
Original file line number Diff line number Diff line change 1
1
coverage >= 5.1
2
2
coverage_pyver_pragma >= 0.0.2
3
- pytest >= 6.0.0rc1
3
+ pytest >= 6.0.0
4
4
pytest-cov >= 2.8.1
5
5
pytest-randomly >= 3.3.1
6
6
pytest-rerunfailures >= 9.0
Original file line number Diff line number Diff line change @@ -200,5 +200,6 @@ plugins =
200
200
201
201
202
202
[check-wheel-contents]
203
+ ignore = W002
203
204
toplevel = flake8_sphinx_links
204
205
package = flake8_sphinx_links
You can’t perform that action at this time.
0 commit comments