Skip to content

Commit

Permalink
Update dependencies for building the documentation (pyodide#5276)
Browse files Browse the repository at this point in the history
We can now use up to date myst-parser, sphinx_book_theme, and sphinx. For a long time we were
stuck on old versions due to a tangle of upstream version caps.
  • Loading branch information
hoodmane authored Dec 23, 2024
1 parent dc1fe64 commit 586fbb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/_static/css/pyodide.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@ code.literal {
color: #fff;
background-color: #dc3545;
}

a {
text-decoration: none;
}
10 changes: 4 additions & 6 deletions docs/requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
autodocsumm
docutils
myst-parser
docutils>=0.21.2
myst-parser>=4.0
packaging # required by micropip at import time
sphinx>=5.3.0
sphinx-argparse-cli>=1.6.0
sphinx_book_theme>=0.4.0rc1
# A dependency of the above theme, which had some breaking changes in 0.13.2
pydata_sphinx_theme < 0.13.2
sphinx_book_theme
sphinx-issues
# Use my branch of sphinx-click with fix for warnings:
# CRITICAL: Unexpected section title or transition
Expand All @@ -22,4 +20,4 @@ pyodide-build>=0.27.3
micropip==0.7.1
jinja2>=3.0
ruamel.yaml
sphinx-js @ git+https://github.com/pyodide/sphinx-js-fork@1428f1547b510a1574c227ced4356ba546a21f74
sphinx-js @ git+https://github.com/pyodide/sphinx-js-fork@23ae2e43cd7ff935f3949e2fc0496e9d628f11a3

0 comments on commit 586fbb2

Please sign in to comment.