We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b18ab commit 4ceef64Copy full SHA for 4ceef64
setup.cfg
@@ -30,8 +30,8 @@ install_requires =
30
31
[options.extras_require]
32
test = pytest; pytest-cov
33
-docs = sphinx; sphinxcontrib-apidoc; furo; myst_parser
34
-dev = pytest; pytest-cov; sphinx; sphinxcontrib-apidoc; furo; myst_parser
+docs = sphinx; sphinxcontrib-apidoc; furo; myst_nb
+dev = pytest; pytest-cov; sphinx; sphinxcontrib-apidoc; furo; myst_nb
35
36
[tool:pytest]
37
# pytest configuration: http://doc.pytest.org/en/latest/customize.html
0 commit comments