Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 30, 2020
1 parent 439994e commit 1f5fabd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
13 changes: 0 additions & 13 deletions doc-source/_static/style.css
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
/* This file is managed by 'repo_helper'. Don't edit it directly. */

.wy-nav-content {
max-width: 1200px !important;
}

li p:last-child {
margin-bottom: 12px !important;
}

html {
scroll-behavior: smooth;
}
3 changes: 2 additions & 1 deletion doc-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
'python': ('https://docs.python.org/3/', None),
"NumPy": ('https://numpy.org/doc/stable/', None),
"SciPy": ('https://docs.scipy.org/doc/scipy/reference', None),
"Pandas": ('https://pandas.pydata.org/docs/', None),
"matplotlib": ('https://matplotlib.org', None),
"h5py": ('https://docs.h5py.org/en/latest/', None),
"Sphinx": ('https://www.sphinx-doc.org/en/master/', None),
Expand All @@ -81,7 +82,7 @@
"attrs": ('https://www.attrs.org/en/stable/', None),
}

html_theme = 'sphinx_rtd_theme'
html_theme = 'domdf_sphinx_theme'
html_theme_options = {
'logo_only': False,
}
Expand Down
2 changes: 1 addition & 1 deletion doc-source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
autodocsumm
default_values>=0.0.6
domdf_sphinx_theme>=0.0.11
extras_require
sphinx>=3.0.3
sphinx-copybutton>=0.2.12
sphinx-notfound-page
sphinx-prompt>=1.2.0
sphinx-tabs>=1.1.13
sphinx_autodoc_typehints>=1.11.0
sphinx_rtd_theme<0.5
sphinxcontrib-httpdomain>=1.7.0
sphinxemoji>=0.1.6
toctree_plus>=0.0.1
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage>=5.1
coverage_pyver_pragma>=0.0.2
pytest>=6.0.0rc1
pytest>=6.0.0
pytest-cov>=2.8.1
pytest-randomly>=3.3.1
pytest-rerunfailures>=9.0
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,6 @@ plugins =
[check-wheel-contents]
ignore = W002
toplevel = flake8_sphinx_links
package = flake8_sphinx_links

0 comments on commit 1f5fabd

Please sign in to comment.