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 f1090d2 commit d7333cdCopy full SHA for d7333cd
pyproject.toml
@@ -77,6 +77,8 @@ docs = [
77
# Key dependencies
78
# ----------------
79
"attrs>=25.3.0",
80
+ "ford>=6.0.1",
81
+ "graphviz>=0.21",
82
"mkdocs-autorefs>=1.4.2",
83
"mkdocs-gen-files>=0.5.0",
84
"mkdocs-literate-nav>=0.6.2",
@@ -92,10 +94,6 @@ docs = [
92
94
"jupyterlab>=4.4.5",
93
95
"jupytext>=1.17.2",
96
"mkdocs-jupyter>=0.25.1",
- # Key dependencies for notebook_based_docs
- # ----------------------------------------
97
- "ford >=6.0.1",
98
- "graphviz>=0.21",
99
]
100
# For minimum test dependencies.
101
# These are used when running our minimum PyPI install tests.
0 commit comments