Skip to content

Commit 5ed09ed

Browse files
Update docs dependencies
1 parent a1b0e9b commit 5ed09ed

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

pyproject.toml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,14 @@ dev = [
6464
]
6565

6666
docs = [
67-
"docutils>=0.8,!=0.18.*,!=0.19.*",
68-
"sphinx>=4.1",
69-
"sphinx-book-theme>=1.0.0",
70-
"myst-nb",
71-
"myst-parser",
72-
"sphinxcontrib-bibtex>=1.0.0",
73-
"sphinx-autodoc-typehints",
74-
"sphinx_rtd_theme",
75-
"sphinxext-opengraph",
76-
"sphinx-copybutton",
77-
"sphinx-design",
78-
"sphinx-hoverxref",
67+
"mkdocs",
68+
"mkdocs-material",
69+
"mkdocs-autorefs",
70+
"mkdocstrings[python]",
71+
"mkdocs-jupyter",
72+
"termynal",
7973
"ipykernel",
8074
"ipython",
81-
"pandas"
8275
]
8376

8477
tests = [

0 commit comments

Comments
 (0)