Skip to content

Commit 30cdc5b

Browse files
committed
Updated files with 'repo_helper'.
1 parent f1c9146 commit 30cdc5b

5 files changed

Lines changed: 8 additions & 16 deletions

File tree

doc-source/_static/style.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
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-
}

doc-source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
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),
@@ -81,7 +82,7 @@
8182
"attrs": ('https://www.attrs.org/en/stable/', None),
8283
}
8384

84-
html_theme = 'sphinx_rtd_theme'
85+
html_theme = 'domdf_sphinx_theme'
8586
html_theme_options = {
8687
'logo_only': False,
8788
}

doc-source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
autodocsumm
22
default_values>=0.0.6
3+
domdf_sphinx_theme>=0.0.11
34
extras_require
45
sphinx>=3.0.3
56
sphinx-copybutton>=0.2.12
67
sphinx-notfound-page
78
sphinx-prompt>=1.2.0
89
sphinx-tabs>=1.1.13
910
sphinx_autodoc_typehints>=1.11.0
10-
sphinx_rtd_theme<0.5
1111
sphinxcontrib-httpdomain>=1.7.0
1212
sphinxemoji>=0.1.6
1313
toctree_plus>=0.0.1

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage>=5.1
22
coverage_pyver_pragma>=0.0.2
3-
pytest>=6.0.0rc1
3+
pytest>=6.0.0
44
pytest-cov>=2.8.1
55
pytest-randomly>=3.3.1
66
pytest-rerunfailures>=9.0

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ commands = isort flake8_strftime tests
104104

105105
[testenv:mypy]
106106
basepython = python3.6
107+
107108
ignore_errors = true
108109
changedir = {toxinidir}
109110
deps =
@@ -115,6 +116,7 @@ commands = mypy flake8_strftime tests
115116

116117
[testenv:bandit]
117118
basepython = python3.6
119+
118120
ignore_errors = true
119121
changedir = {toxinidir}
120122
deps =
@@ -129,6 +131,7 @@ commands =
129131

130132
[testenv:pyup]
131133
basepython = python3.6
134+
132135
ignore_errors = true
133136
changedir={toxinidir}
134137
deps = pyupgrade-directories
@@ -197,5 +200,6 @@ plugins =
197200
198201
199202
[check-wheel-contents]
203+
ignore = W002
200204
toplevel = flake8_strftime
201205
package = flake8_strftime

0 commit comments

Comments
 (0)