Package: sphinx / 3.4.3-1
Metadata
Package | Version | Patches format |
---|---|---|
sphinx | 3.4.3-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable_js_version_check.diff | (download) |
tests/test_theming.py |
1 1 + 0 - 0 ! |
disable a test that checks versions of js libraries |
skip_tests_network.diff | (download) |
tests/test_build_latex.py |
1 1 + 0 - 0 ! |
skip tests that require network access |
no_external_css.diff | (download) |
doc/_themes/sphinx13/layout.html |
2 0 + 2 - 0 ! |
don't use google fonts to avoid privacy breach. |
no_external_image.diff | (download) |
doc/_templates/indexsidebar.html |
1 0 + 1 - 0 ! |
do not use external image in the documentation template |
remove_contrib_references.diff | (download) |
doc/usage/builders/index.rst |
24 0 + 24 - 0 ! |
remove references to sphinxcontrib modules They are not packaged yet, and when they are, we would want to avoid dependency loops anyway. |
skip_tests_jsmath.diff | (download) |
tests/test_build_html.py |
3 3 + 0 - 0 ! |
skip tests that require sphinxcontrib.jsmath module |
use_packaged_mathjax.diff | (download) |
doc/conf.py |
1 1 + 0 - 0 ! |
use packaged mathjax (for our own documentation) |
skip_tests_serializinghtml.diff | (download) |
tests/test_api_translator.py |
2 2 + 0 - 0 ! |
skip tests that require sphinxcontrib.serializinghtml module |
move_sphinxcontrib_to_extras_require.diff | (download) |
setup.py |
14 8 + 6 - 0 ! |
move sphinxcontrib modules to extras_require |
intersphinx_local.diff | (download) |
doc/conf.py |
4 2 + 2 - 0 ! |
use local intersphinx inventory To prevent Sphinx from downloading https://docs.python.org/3/objects.inv during build. |