We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2858601 commit 09f4570Copy full SHA for 09f4570
pyproject.toml
@@ -57,17 +57,17 @@ docs = [
57
"click-extra[sphinx]>=7.4.0",
58
"jupyter-sphinx>=0.5.3",
59
"linkify-it-py>=2.0.3",
60
- "myst-parser>=5.0.0",
+ "myst-parser>=5.0.0; python_version >= '3.11'",
61
"nbsphinx>=0.9.8",
62
"sphinx-click>=6.2.0",
63
"sphinx-contributors>=0.2.7",
64
"sphinx-copybutton>=0.5.2",
65
"sphinx-datatables>=0.5.0",
66
- "sphinx-design>=0.7.0",
+ "sphinx-design>=0.7.0; python_version >= '3.11'",
67
"sphinx-docsearch>=0.3.0",
68
"sphinx-sitemap>=2.9.0",
69
"sphinx-togglebutton>=0.4.4",
70
- "sphinx-treeview>=1.1.1",
+ "sphinx-treeview>=1.1.1; python_version >= '3.11'",
71
"sphinxcontrib-mermaid>=2.0.0",
72
"sphinxcontrib-video>=0.4.1",
73
"sphinxcontrib-youtube>=1.4.1",
0 commit comments