Skip to content

Commit 269cf21

Browse files
committed
Upgrade Sphinx version used in doc deployment
It was breaking with: ``` sphinx-build "spec/2021.12" "_site/2021.12" -W --keep-going Running Sphinx v4.3.0 Sphinx version error: The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version. ```
1 parent 0cde841 commit 269cf21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
sphinx==4.3.0
1+
sphinx==6.2.1
22
sphinx-material==0.0.30
33
myst-parser
44
sphinx_markdown_tables
55
sphinx_copybutton
66
sphinx_favicon
7-
docutils<0.18
87
sphinx-math-dollar

0 commit comments

Comments
 (0)