Skip to content

Commit 0e5f1c0

Browse files
authored
Merge pull request #2119 from stackhpc/fix-rtd-2024.1-myst-parser
Fix Read the Docs builds (backport to 2024.1)
2 parents 3bb3a35 + ae4712b commit 0e5f1c0

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

doc/requirements.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
1+
# TODO(priteau): Remove myst-parser dependency and bump Sphinx once
2+
# compatibility is resolved
3+
myst-parser>=4.0.0,<5 # MIT
54
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
5+
sphinx>=4.2.0,<9 # BSD
96
sphinx-immaterial # MIT
7+
sphinx-substitution-extensions # MIT
8+
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD

0 commit comments

Comments
 (0)