Package: sphinx / 1.6.7-1

Metadata

Package Version Patches format
sphinx 1.6.7-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no_external_css.diff | (download)

doc/_themes/sphinx13/layout.html | 2 0 + 2 - 0 !
sphinx/themes/pyramid/layout.html | 2 0 + 2 - 0 !
2 files changed, 4 deletions(-)

 don't use css files hosted on external sites

disable_js_version_check.diff | (download)

tests/test_theming.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 disable a test that checks versions of js libraries

no_snowballstemmer.diff | (download)

Sphinx.egg-info/requires.txt | 1 0 + 1 - 0 !
setup.py | 1 0 + 1 - 0 !
sphinx/search/__init__.py | 14 0 + 14 - 0 !
tests/run.py | 2 1 + 1 - 0 !
tests/test_search.py | 1 1 + 0 - 0 !
5 files changed, 2 insertions(+), 17 deletions(-)

 do not support snowballstemmer-based search for now

skip_tests_network.diff | (download)

tests/test_build_latex.py | 1 1 + 0 - 0 !
tests/test_build_linkcheck.py | 2 2 + 0 - 0 !
2 files changed, 3 insertions(+)

 skip linkcheck tests that require network access

no_require_websupport.diff | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 move sphinxcontrib-websupport to extras_require


reproducible_epub.diff | (download)

sphinx/builders/_epub_base.py | 5 3 + 2 - 0 !
sphinx/builders/epub3.py | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 4 deletions(-)

 epub: use format-date, sort manifest entries by filename

(cherry picked from commit 5b4761e8277b71b3341335b8cf5e9691f9866c0a
and commit 3164e27ca0638fbe212c15d47ef9662c4b42af9c)

text_section_numbering.diff | (download)

doc/config.rst | 14 14 + 0 - 0 !
sphinx/builders/text.py | 8 6 + 2 - 0 !
sphinx/writers/text.py | 20 19 + 1 - 0 !
tests/roots/test-build-text/contents.txt | 3 3 + 0 - 0 !
tests/roots/test-build-text/doc1.txt | 2 2 + 0 - 0 !
tests/roots/test-build-text/doc2.txt | 9 9 + 0 - 0 !
tests/test_build_text.py | 80 80 + 0 - 0 !
7 files changed, 133 insertions(+), 3 deletions(-)

 add optional section numbering in plain text output

Controlled by new config values: text_add_secnumbers and
text_secnumber_suffix.

(cherry picked from commit 6b15c9c1c738c587a73b4144e8fe2b0d3b8aa4b4)