Skip to content

Commit

Permalink
Remove unnecessary docs dependencies (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred authored Jul 19, 2022
1 parent 791d4fb commit fac784f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"myst_nb",
"sphinx_multiversion",
"sphinx_rtd_theme",
"sphinx_markdown_tables",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.coverage",
Expand Down Expand Up @@ -91,7 +90,6 @@

source_suffix = [".rst", ".md"]

nbsphinx_allow_errors = True
html_show_sourcelink = False

if os.path.exists(gitdir):
Expand Down
2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ click<8.1.0
# docs
Sphinx==3.5.4
sphinx_rtd_theme==1.0.0
sphinx_markdown_tables==0.0.15
sphinx-multiversion@git+https://github.com/mikemckiernan/sphinx-multiversion.git
sphinxcontrib-copydirs@git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git
recommonmark==0.7.1
nbsphinx>=0.6
Jinja2<3.1
natsort==8.0.1
myst-nb==0.13.2
Expand Down

0 comments on commit fac784f

Please sign in to comment.