[Python-modules-commits] [sphinx] branch master updated (f54a0c2 -> 9ebb38a)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jan 14 15:59:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a change to branch master
in repository sphinx.

      from  f54a0c2   Release to unstable.
       new  3f4ad44   record new upstream branch created by importing sphinx_1.3.4.orig.tar.gz
       new  caededb   Import sphinx_1.3.4.orig.tar.gz
       new  37add41   disable use of distribute_setup, which bootstraps distribute installation
       new  2a30151   don't use CSS files hosted on external sites
       new  3255c12   disable a test that checks versions of JS libraries
       new  c02d73a   do not support snowballstemmer-based search for now
       new  2d53b60   add support for $SOURCE_DATE_EPOCH env variable
       new  eee30bf   make grammar generation deterministic
       new  8b21606   make inventory generation deterministic
       new  056354c   make JavaScript locale generation deterministic
       new  042799f   make searchindex generation deterministic
       new  9ebb38a   merge patched into master

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                            |  74 ++++++-
 PKG-INFO                                           |   2 +-
 Sphinx.egg-info/PKG-INFO                           |   2 +-
 Sphinx.egg-info/SOURCES.txt                        |  32 +++
 Sphinx.egg-info/requires.txt                       |   2 +-
 debian/.git-dpm                                    |  14 +-
 debian/patches/disable_distribute_setup.diff       |   4 +-
 debian/patches/disable_js_version_check.diff       |   2 +-
 debian/patches/no_external_css.diff                |   2 +-
 debian/patches/no_snowballstemmer.diff             |   6 +-
 debian/patches/reproducible_grammar.diff           |   2 +-
 debian/patches/reproducible_inventory.diff         |   2 +-
 debian/patches/reproducible_js_locale.diff         |   4 +-
 debian/patches/reproducible_searchindex.diff       |   2 +-
 debian/patches/source_date_epoch.diff              |   2 +-
 doc/_templates/index.html                          |   8 +-
 doc/_templates/indexsidebar.html                   |   8 -
 doc/config.rst                                     |   8 +-
 doc/domains.rst                                    |   2 +-
 doc/ext/graphviz.rst                               |  17 +-
 doc/ext/math.rst                                   |   4 +-
 doc/ext/viewcode.rst                               |   6 +-
 doc/extdev/appapi.rst                              |   2 +-
 doc/extdev/envapi.rst                              |   6 +-
 doc/intl.rst                                       |   2 +-
 doc/markup/inline.rst                              |   5 +-
 doc/tutorial.rst                                   |   5 +-
 doc/web/quickstart.rst                             |   2 +-
 setup.py                                           |   4 +-
 sphinx/__init__.py                                 |   6 +-
 sphinx/apidoc.py                                   |  10 +
 sphinx/builders/__init__.py                        |   3 +-
 sphinx/builders/latex.py                           |  17 +-
 sphinx/builders/linkcheck.py                       |  31 +--
 sphinx/cmdline.py                                  |   4 +
 sphinx/domains/cpp.py                              |  12 ++
 sphinx/domains/std.py                              |  36 ++--
 sphinx/environment.py                              |  79 +++-----
 sphinx/ext/doctest.py                              |  18 +-
 sphinx/ext/graphviz.py                             |   3 +-
 sphinx/ext/inheritance_diagram.py                  |  17 +-
 sphinx/ext/jsmath.py                               |   2 +-
 sphinx/ext/mathbase.py                             |  19 +-
 sphinx/ext/mathjax.py                              |   2 +-
 sphinx/quickstart.py                               |  48 +++--
 sphinx/search/de.py                                |   1 +
 sphinx/search/ja.py                                |  10 +-
 sphinx/texinputs/sphinx.sty                        |  36 ++--
 sphinx/themes/classic/static/classic.css_t         |   2 +-
 sphinx/util/__init__.py                            |  11 +
 sphinx/util/docfields.py                           |   5 +-
 sphinx/util/nodes.py                               |   6 +-
 sphinx/util/parallel.py                            | 107 +++++-----
 sphinx/writers/latex.py                            | 221 +++++++++++++++++----
 sphinx/writers/manpage.py                          |  32 +++
 sphinx/writers/text.py                             |   4 +-
 tests/path.py                                      |  31 ++-
 tests/root/images.txt                              |   3 +
 tests/root/{img.png => img.foo.png}                | Bin
 tests/root/markup.txt                              |   9 +
 tests/root/math.txt                                |  15 +-
 tests/root/objects.txt                             |  12 +-
 tests/roots/test-autosummary/conf.py               |   2 +
 tests/roots/test-build-text/conf.py                |   1 +
 tests/roots/test-circular/conf.py                  |   1 +
 tests/roots/test-contentsname/conf.py              |   1 +
 tests/roots/test-directive-code/conf.py            |   1 +
 tests/roots/test-directive-only/conf.py            |   1 +
 tests/roots/test-doctest/conf.py                   |   3 +-
 tests/roots/test-doctest/doctest.txt               |  11 +
 tests/roots/test-docutilsconf/conf.py              |   1 +
 tests/roots/test-domain-cpp/any-role.rst           |  10 +
 .../{test-tocdepth => test-domain-cpp}/conf.py     |   1 +
 tests/roots/test-domain-cpp/index.rst              |  37 ++++
 tests/roots/test-domain-cpp/roles.rst              |  10 +
 tests/roots/test-double-inheriting-theme/conf.py   |   1 +
 tests/roots/test-ext-graphviz/conf.py              |   1 +
 tests/roots/test-ext-ifconfig/conf.py              |   1 +
 tests/roots/test-ext-viewcode/conf.py              |   1 +
 .../{test-tocdepth => test-footnotes}/conf.py      |   1 +
 tests/roots/test-footnotes/index.rst               | 142 +++++++++++++
 tests/{root => roots/test-footnotes}/rimg.png      | Bin
 tests/roots/test-image-in-section/conf.py          |  12 ++
 tests/roots/test-image-in-section/index.rst        |  18 ++
 .../roots/test-image-in-section/pic.png            | Bin
 tests/roots/test-intl/conf.py                      |   1 +
 tests/roots/test-intl/definition_terms.po          |   8 +-
 tests/roots/test-intl/definition_terms.txt         |   4 +-
 tests/roots/test-numbered-circular/conf.py         |   1 +
 tests/roots/test-numfig/conf.py                    |   1 +
 tests/roots/test-setup/doc/conf.py                 |   1 +
 tests/roots/test-templating/conf.py                |   1 +
 tests/roots/test-theming/conf.py                   |   1 +
 tests/roots/test-tocdepth/conf.py                  |   1 +
 tests/roots/test-toctree-glob/bar/bar_1.rst        |   4 +
 tests/roots/test-toctree-glob/bar/bar_2.rst        |   4 +
 tests/roots/test-toctree-glob/bar/bar_3.rst        |   4 +
 tests/roots/test-toctree-glob/bar/bar_4/index.rst  |   4 +
 tests/roots/test-toctree-glob/bar/index.rst        |   8 +
 tests/roots/test-toctree-glob/baz.rst              |   4 +
 .../{test-tocdepth => test-toctree-glob}/conf.py   |   1 +
 .../foo.rst                                        |   2 +-
 tests/roots/test-toctree-glob/index.rst            |  11 +
 tests/roots/test-toctree-glob/quux.rst             |   4 +
 tests/roots/test-toctree-glob/qux/index.rst        |   8 +
 tests/roots/test-toctree-glob/qux/qux_1.rst        |   4 +
 tests/roots/test-toctree-glob/qux/qux_2.rst        |   4 +
 .../bar.rst                                        |   0
 .../baz.rst                                        |   0
 .../conf.py                                        |   1 +
 .../foo.rst                                        |   0
 tests/roots/test-toctree-maxdepth/index.rst        |   9 +
 tests/roots/test-versioning/conf.py                |   1 +
 tests/test_apidoc.py                               |  41 ++++
 tests/test_build.py                                |  17 +-
 tests/test_build_html.py                           |  79 ++++----
 tests/test_build_latex.py                          | 169 +++++++++++++++-
 tests/test_build_manpage.py                        |  22 ++
 tests/test_build_texinfo.py                        |   2 +-
 tests/test_directive_code.py                       |   4 +-
 tests/test_domain_cpp.py                           |  50 ++++-
 tests/test_environment.py                          |  10 +-
 tests/test_intl.py                                 |  41 +++-
 tests/test_toctree.py                              |  29 +++
 tests/test_util.py                                 |  26 +++
 tests/test_util_i18n.py                            |   3 +-
 utils/check_sources.py                             |   2 +-
 127 files changed, 1478 insertions(+), 409 deletions(-)
 copy tests/root/{img.png => img.foo.png} (100%)
 create mode 100644 tests/roots/test-domain-cpp/any-role.rst
 copy tests/roots/{test-tocdepth => test-domain-cpp}/conf.py (69%)
 create mode 100644 tests/roots/test-domain-cpp/index.rst
 create mode 100644 tests/roots/test-domain-cpp/roles.rst
 copy tests/roots/{test-tocdepth => test-footnotes}/conf.py (69%)
 create mode 100644 tests/roots/test-footnotes/index.rst
 copy tests/{root => roots/test-footnotes}/rimg.png (100%)
 create mode 100644 tests/roots/test-image-in-section/conf.py
 create mode 100644 tests/roots/test-image-in-section/index.rst
 copy sphinx/themes/sphinxdoc/static/navigation.png => tests/roots/test-image-in-section/pic.png (100%)
 create mode 100644 tests/roots/test-toctree-glob/bar/bar_1.rst
 create mode 100644 tests/roots/test-toctree-glob/bar/bar_2.rst
 create mode 100644 tests/roots/test-toctree-glob/bar/bar_3.rst
 create mode 100644 tests/roots/test-toctree-glob/bar/bar_4/index.rst
 create mode 100644 tests/roots/test-toctree-glob/bar/index.rst
 create mode 100644 tests/roots/test-toctree-glob/baz.rst
 copy tests/roots/{test-tocdepth => test-toctree-glob}/conf.py (69%)
 copy tests/roots/{test-contentsname => test-toctree-glob}/foo.rst (69%)
 create mode 100644 tests/roots/test-toctree-glob/index.rst
 create mode 100644 tests/roots/test-toctree-glob/quux.rst
 create mode 100644 tests/roots/test-toctree-glob/qux/index.rst
 create mode 100644 tests/roots/test-toctree-glob/qux/qux_1.rst
 create mode 100644 tests/roots/test-toctree-glob/qux/qux_2.rst
 copy tests/roots/{test-tocdepth => test-toctree-maxdepth}/bar.rst (100%)
 copy tests/roots/{test-tocdepth => test-toctree-maxdepth}/baz.rst (100%)
 copy tests/roots/{test-tocdepth => test-toctree-maxdepth}/conf.py (69%)
 copy tests/roots/{test-tocdepth => test-toctree-maxdepth}/foo.rst (100%)
 create mode 100644 tests/roots/test-toctree-maxdepth/index.rst
 create mode 100644 tests/test_build_manpage.py
 create mode 100644 tests/test_toctree.py
 create mode 100644 tests/test_util.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list