Skip to content

Commit 09f4570

Browse files
committed
chore: fix rtd builds
1 parent 2858601 commit 09f4570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ docs = [
5757
"click-extra[sphinx]>=7.4.0",
5858
"jupyter-sphinx>=0.5.3",
5959
"linkify-it-py>=2.0.3",
60-
"myst-parser>=5.0.0",
60+
"myst-parser>=5.0.0; python_version >= '3.11'",
6161
"nbsphinx>=0.9.8",
6262
"sphinx-click>=6.2.0",
6363
"sphinx-contributors>=0.2.7",
6464
"sphinx-copybutton>=0.5.2",
6565
"sphinx-datatables>=0.5.0",
66-
"sphinx-design>=0.7.0",
66+
"sphinx-design>=0.7.0; python_version >= '3.11'",
6767
"sphinx-docsearch>=0.3.0",
6868
"sphinx-sitemap>=2.9.0",
6969
"sphinx-togglebutton>=0.4.4",
70-
"sphinx-treeview>=1.1.1",
70+
"sphinx-treeview>=1.1.1; python_version >= '3.11'",
7171
"sphinxcontrib-mermaid>=2.0.0",
7272
"sphinxcontrib-video>=0.4.1",
7373
"sphinxcontrib-youtube>=1.4.1",

0 commit comments

Comments
 (0)