File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 7373 'python' : ('https://docs.python.org/3/' , None ),
7474 "NumPy" : ('https://numpy.org/doc/stable/' , None ),
7575 "SciPy" : ('https://docs.scipy.org/doc/scipy/reference' , None ),
76+ "Pandas" : ('https://pandas.pydata.org/docs/' , None ),
7677 "matplotlib" : ('https://matplotlib.org' , None ),
7778 "h5py" : ('https://docs.h5py.org/en/latest/' , None ),
7879 "Sphinx" : ('https://www.sphinx-doc.org/en/master/' , None ),
8182 "attrs" : ('https://www.attrs.org/en/stable/' , None ),
8283 }
8384
84- html_theme = 'sphinx_rtd_theme '
85+ html_theme = 'domdf_sphinx_theme '
8586html_theme_options = {
8687 'logo_only' : False ,
8788 }
Original file line number Diff line number Diff line change 11autodocsumm
22default_values >= 0.0.6
3+ domdf_sphinx_theme >= 0.0.11
34extras_require
45sphinx >= 3.0.3
56sphinx-copybutton >= 0.2.12
67sphinx-notfound-page
78sphinx-prompt >= 1.2.0
89sphinx-tabs >= 1.1.13
910sphinx_autodoc_typehints >= 1.11.0
10- sphinx_rtd_theme < 0.5
1111sphinxcontrib-httpdomain >= 1.7.0
1212sphinxemoji >= 0.1.6
1313toctree_plus >= 0.0.1
Original file line number Diff line number Diff line change 11coverage >= 5.1
22coverage_pyver_pragma >= 0.0.2
3- pytest >= 6.0.0rc1
3+ pytest >= 6.0.0
44pytest-cov >= 2.8.1
55pytest-randomly >= 3.3.1
66pytest-rerunfailures >= 9.0
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ commands = isort flake8_strftime tests
104104
105105[testenv:mypy]
106106basepython = python3.6
107+
107108ignore_errors = true
108109changedir = {toxinidir}
109110deps =
@@ -115,6 +116,7 @@ commands = mypy flake8_strftime tests
115116
116117[testenv:bandit]
117118basepython = python3.6
119+
118120ignore_errors = true
119121changedir = {toxinidir}
120122deps =
@@ -129,6 +131,7 @@ commands =
129131
130132[testenv:pyup]
131133basepython = python3.6
134+
132135ignore_errors = true
133136changedir ={toxinidir}
134137deps = pyupgrade-directories
@@ -197,5 +200,6 @@ plugins =
197200
198201
199202[check-wheel-contents]
203+ ignore = W002
200204toplevel = flake8_strftime
201205package = flake8_strftime
You can’t perform that action at this time.
0 commit comments