Skip to content

Commit fcce478

Browse files
authored
Merge pull request #2115 from stackhpc/fix-rtd
Fix Read the Docs builds
2 parents f0929cf + 81e957f commit fcce478

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

doc/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
# TODO(priteau): Remove myst-parser dependency and bump Sphinx once
2+
# compatibility is resolved
3+
myst-parser>=4.0.0,<5 # MIT
14
reno>=3.4.0 # Apache-2.0
25
sphinx-copybutton # MIT
36
sphinx-substitution-extensions # MIT
4-
sphinx>=4.2.0 # BSD
7+
sphinx>=4.2.0,<9 # BSD
58
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
69
sphinx-immaterial # MIT

0 commit comments

Comments
 (0)