Skip to content

Commit 1f5fabd

Browse files
committed
Updated files with 'repo_helper'.
1 parent 439994e commit 1f5fabd

File tree

5 files changed

+5
-16
lines changed

5 files changed

+5
-16
lines changed

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,6 @@ plugins =
200200
201201
202202
[check-wheel-contents]
203+
ignore = W002
203204
toplevel = flake8_sphinx_links
204205
package = flake8_sphinx_links

0 commit comments

Comments
 (0)