Skip to content

Commit f4c0503

Browse files
committed
[StableOnly] Fix docs job
This is a combination of multiple commits from master: 60a7b11 docs: pin mistune version due to breakage 7544f8f requirements: Bump doc requirements 0968130 Revert "docs: prevent build error by rolling back Sphinx version" 65547c8 docs: prevent build error by rolling back Sphinx version bdb049c requirements: Update doc requirements Though we don't usually change requirements on stable branches, this one seems okay since it only affects docs builds and not production code. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 12cd2a8 commit f4c0503

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
sphinx>=2.0
2-
reno>=2.2
3-
sphinx_rtd_theme~=0.5.0
4-
jinja2~=2.11.2
1+
sphinx>=4.2.0
2+
reno>=3.4.0
3+
sphinx-rtd-theme~=1.0
4+
jinja2~=3.0
55
sphinxcontrib-openapi~=0.7.0
6+
# See https://github.com/getpatchwork/patchwork/issues/442
7+
mistune<2.0.0

0 commit comments

Comments
 (0)