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 3bb3a35 + ae4712b commit 0e5f1c0Copy full SHA for 0e5f1c0
1 file changed
doc/requirements.txt
@@ -1,9 +1,8 @@
1
-# The order of packages is significant, because pip processes them in the order
2
-# of appearance. Changing the order has an impact on the overall integration
3
-# process, which may cause wedges in the gate later.
4
-
+# TODO(priteau): Remove myst-parser dependency and bump Sphinx once
+# compatibility is resolved
+myst-parser>=4.0.0,<5 # MIT
5
reno>=3.4.0 # Apache-2.0
6
-sphinx>=4.2.0 # BSD
7
-sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
8
-Sphinx-Substitution-Extensions # Apache-2.0
+sphinx>=4.2.0,<9 # BSD
9
sphinx-immaterial # MIT
+sphinx-substitution-extensions # MIT
+sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
0 commit comments