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.
2 parents 8ffced2 + 81ef2d4 commit fa2f86aCopy full SHA for fa2f86a
doc/doc-requirements.txt
@@ -1,5 +1,15 @@
1
-pydata_sphinx_theme
+# Order matters:
2
+# - myst-parser[sphinx] depends on "sphinx>=2,<3"
3
+# - pydata-sphinx-theme depends on "sphinx"
4
+# - sphinx-copybutton depends on "sphinx>=1.8"
5
+#
6
+# Listing either pydata-sphinx-theme or sphinx-copybutton first will make the
7
+# myst-parser[sphinx] constraints on sphinx be ignored, so myst-parser should go
8
+# first. This is only relevant if sphinx==1.* is already installed in the
9
+# environment, which it is on ReadTheDocs.
10
11
+myst-parser[sphinx]
12
+pydata-sphinx-theme
13
pyyaml
-myst_parser[sphinx]
14
sphinx-autobuild
15
sphinx-copybutton
0 commit comments