Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ vulture==2.14

# This version is mentioned in `site/source/docs/site/about.rst`.
# Please keep them in sync.
sphinx==7.1.2
sphinx==7.4.7
sphinx-design==0.6.1
sphinxcontrib-jquery==4.0
shibuya==2026.5.19

# Needed by test/test_sockets.py
websockify==0.12.0
4 changes: 2 additions & 2 deletions site/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
# You can set these variables from the command line.
SPHINXOPTS = -W
SPHINXBUILD = sphinx-build
SPHINXVERSION = 7.1.2
SPHINXVERSION = 7.4.7
PAPER =
BUILDDIR = build

# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx version 7.1.2 installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx version 7.4.7 installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
endif

ifneq ($(shell $(SPHINXBUILD) --version), $(SPHINXBUILD) $(SPHINXVERSION))
Expand Down
20 changes: 0 additions & 20 deletions site/source/_themes/emscripten_sphinx_rtd_theme/LICENSE

This file was deleted.

111 changes: 0 additions & 111 deletions site/source/_themes/emscripten_sphinx_rtd_theme/__init__.py

This file was deleted.

11 changes: 0 additions & 11 deletions site/source/_themes/emscripten_sphinx_rtd_theme/breadcrumbs.html

This file was deleted.

106 changes: 0 additions & 106 deletions site/source/_themes/emscripten_sphinx_rtd_theme/footer.html

This file was deleted.

Loading
Loading