Skip to content

Commit fac784f

Browse files
authored
Remove unnecessary docs dependencies (#147)
1 parent 791d4fb commit fac784f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"myst_nb",
3939
"sphinx_multiversion",
4040
"sphinx_rtd_theme",
41-
"sphinx_markdown_tables",
4241
"sphinx.ext.autodoc",
4342
"sphinx.ext.autosummary",
4443
"sphinx.ext.coverage",
@@ -91,7 +90,6 @@
9190

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

94-
nbsphinx_allow_errors = True
9593
html_show_sourcelink = False
9694

9795
if os.path.exists(gitdir):

requirements-dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ click<8.1.0
2727
# docs
2828
Sphinx==3.5.4
2929
sphinx_rtd_theme==1.0.0
30-
sphinx_markdown_tables==0.0.15
3130
sphinx-multiversion@git+https://github.com/mikemckiernan/sphinx-multiversion.git
3231
sphinxcontrib-copydirs@git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git
3332
recommonmark==0.7.1
34-
nbsphinx>=0.6
3533
Jinja2<3.1
3634
natsort==8.0.1
3735
myst-nb==0.13.2

0 commit comments

Comments
 (0)