Skip to content

Commit

Permalink
Experimentally try Sphinx 7
Browse files Browse the repository at this point in the history
---
Signed-off-by: Michael Ferguson <[email protected]>
  • Loading branch information
mppf committed Mar 13, 2024
1 parent fe028ef commit 346658c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions doc/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
# ones.
extensions = [
'sphinx.ext.todo',
'sphinxcontrib.jquery',
'sphinxcontrib.chapeldomain',
'sphinx.ext.mathjax',
'util.disguise',
Expand Down
2 changes: 1 addition & 1 deletion third-party/chpl-venv/chpldoc-requirements1.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Split into 3 files to work around problems with CHPL_PIP_FROM_SOURCE
MarkupSafe==2.1.3
MarkupSafe==2.1.5
6 changes: 3 additions & 3 deletions third-party/chpl-venv/chpldoc-requirements2.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Split into 3 files to work around problems with CHPL_PIP_FROM_SOURCE
Jinja2==3.1.3
Pygments==2.17.2
Sphinx==5.3.0
urllib3==2.1.0
docutils==0.18
Sphinx==7.2.6
urllib3==2.2.1
docutils==0.20.1
babel==2.14.0
2 changes: 1 addition & 1 deletion third-party/chpl-venv/chpldoc-requirements3.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Split into 3 files to work around problems with CHPL_PIP_FROM_SOURCE
sphinx-rtd-theme==2.0.0
sphinxcontrib-chapeldomain==0.0.31
./sphinxcontrib-chapeldomain
breathe==4.35.0

0 comments on commit 346658c

Please sign in to comment.