Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
disable_js_version_check.diff | disable a test that checks versions of JS libraries | Dmitry Shachnev <mitya57@debian.org> | not-needed | 2015-10-08 | ||
skip_tests_network.diff | Skip tests that require network access | Dmitry Shachnev <mitya57@debian.org> | not-needed | 2016-12-20 | ||
no_external_css.diff | Don't use Google Fonts to avoid privacy breach. | Chris Lamb <lamby@debian.org> | no | 2018-04-14 | ||
remove_contrib_references.diff | Remove references to sphinxcontrib modules They are not packaged yet, and when they are, we would want to avoid dependency loops anyway. |
Dmitry Shachnev <mitya57@debian.org> | no | 2019-12-25 | ||
skip_tests_jsmath.diff | Skip tests that require sphinxcontrib.jsmath module | Dmitry Shachnev <mitya57@debian.org> | no | 2019-12-25 | ||
use_packaged_mathjax.diff | Use packaged MathJax (for our own documentation) | Dmitry Shachnev <mitya57@debian.org> | no | 2020-02-04 | ||
skip_tests_serializinghtml.diff | Skip tests that require sphinxcontrib.serializinghtml module | Dmitry Shachnev <mitya57@debian.org> | no | 2020-02-06 | ||
move_sphinxcontrib_to_extras_require.diff | Move sphinxcontrib modules to extras_require | Dmitry Shachnev <mitya57@debian.org> | no | 2020-02-07 | ||
intersphinx_local.diff | Use local intersphinx inventory To prevent Sphinx from downloading https://docs.python.org/3/objects.inv during build. |
Dmitry Shachnev <mitya57@debian.org> | no | 2020-06-02 | ||
support_old_search_indexes.diff | Make searchtools.js support old searchindex.js files Sphinx 4.3 has changed format of searchindex.js files, but in Debian there are lots of packages built with older Sphinx, and we want to keep them working for some time. |
Dmitry Shachnev <mitya57@debian.org> | not-needed | 2021-12-11 | ||
highlight_search_terms.diff | Highlight all search terms on search results page SphinxHighlight.highlightSearchWords() is called on DOMContentLoaded event, and it will not highlight page fragments loaded asynchronously. So we should highlight all such fragments manually. |
Dmitry Shachnev <mitya57@debian.org> | yes | 2022-10-23 | ||
pygments_2.14.diff | Fix tests for Pygments 2.14 Pygments 2.14 was released on 01/01/2023 [0] [0]: https://pygments.org/docs/changelog/#version-2-14-0 (cherry picked from commit 965768bfda2a00ba6466cdb12a7a46efdce47023) |
Adam Turner <9087854+aa-turner@users.noreply.github.com> | no | 2023-01-01 |