[Python-modules-commits] [sphinx] branch master updated (c4eb2d4 -> 9a7dbc7)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Jan 25 12:45:55 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  c4eb2d4   Release to unstable.
       new  f2d45c9   record new upstream branch created by importing sphinx_1.3.5.orig.tar.gz
       new  65adc14   Import sphinx_1.3.5.orig.tar.gz
       new  b54d768   disable use of distribute_setup, which bootstraps distribute installation
       new  cf52d6a   don't use CSS files hosted on external sites
       new  c6fe98b   disable a test that checks versions of JS libraries
       new  d60ce74   do not support snowballstemmer-based search for now
       new  13405f9   add support for $SOURCE_DATE_EPOCH env variable
       new  74498a9   make grammar generation deterministic
       new  f2449db   make inventory generation deterministic
       new  62e7a78   make JavaScript locale generation deterministic
       new  e3eb4d2   make searchindex generation deterministic
       new  9a7dbc7   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                                            | 21 +++++++++++
 LICENSE                                            |  2 +-
 PKG-INFO                                           |  2 +-
 Sphinx.egg-info/PKG-INFO                           |  2 +-
 debian/.git-dpm                                    | 14 +++----
 debian/patches/disable_distribute_setup.diff       |  2 +-
 debian/patches/disable_js_version_check.diff       |  4 +-
 debian/patches/no_external_css.diff                |  4 +-
 debian/patches/no_snowballstemmer.diff             |  6 +--
 debian/patches/reproducible_grammar.diff           |  2 +-
 debian/patches/reproducible_inventory.diff         |  4 +-
 debian/patches/reproducible_js_locale.diff         |  2 +-
 debian/patches/reproducible_searchindex.diff       |  4 +-
 debian/patches/source_date_epoch.diff              |  4 +-
 doc/_themes/sphinx13/layout.html                   |  2 +-
 doc/_themes/sphinx13/static/sphinx13.css           |  2 +-
 doc/conf.py                                        |  2 +-
 sphinx-apidoc.py                                   |  2 +-
 sphinx-autogen.py                                  |  2 +-
 sphinx-build.py                                    |  2 +-
 sphinx-quickstart.py                               |  2 +-
 sphinx/__init__.py                                 |  8 ++--
 sphinx/__main__.py                                 |  2 +-
 sphinx/addnodes.py                                 |  2 +-
 sphinx/apidoc.py                                   |  2 +-
 sphinx/application.py                              |  2 +-
 sphinx/builders/__init__.py                        |  2 +-
 sphinx/builders/applehelp.py                       |  2 +-
 sphinx/builders/changes.py                         |  2 +-
 sphinx/builders/devhelp.py                         |  2 +-
 sphinx/builders/epub.py                            |  2 +-
 sphinx/builders/gettext.py                         |  2 +-
 sphinx/builders/html.py                            |  2 +-
 sphinx/builders/htmlhelp.py                        |  2 +-
 sphinx/builders/latex.py                           |  6 +--
 sphinx/builders/linkcheck.py                       |  2 +-
 sphinx/builders/manpage.py                         |  2 +-
 sphinx/builders/qthelp.py                          |  2 +-
 sphinx/builders/texinfo.py                         |  2 +-
 sphinx/builders/text.py                            |  2 +-
 sphinx/builders/websupport.py                      |  2 +-
 sphinx/builders/xml.py                             |  2 +-
 sphinx/cmdline.py                                  |  2 +-
 sphinx/config.py                                   |  2 +-
 sphinx/directives/__init__.py                      |  2 +-
 sphinx/directives/code.py                          |  2 +-
 sphinx/directives/other.py                         |  2 +-
 sphinx/domains/__init__.py                         |  2 +-
 sphinx/domains/c.py                                |  2 +-
 sphinx/domains/cpp.py                              |  2 +-
 sphinx/domains/javascript.py                       |  2 +-
 sphinx/domains/python.py                           |  2 +-
 sphinx/domains/rst.py                              |  2 +-
 sphinx/domains/std.py                              | 18 +++++++--
 sphinx/environment.py                              | 13 +++++--
 sphinx/errors.py                                   |  2 +-
 sphinx/ext/__init__.py                             |  2 +-
 sphinx/ext/autodoc.py                              | 10 +++--
 sphinx/ext/autosummary/__init__.py                 |  2 +-
 sphinx/ext/autosummary/generate.py                 |  2 +-
 sphinx/ext/coverage.py                             |  2 +-
 sphinx/ext/doctest.py                              |  2 +-
 sphinx/ext/extlinks.py                             |  2 +-
 sphinx/ext/graphviz.py                             |  2 +-
 sphinx/ext/ifconfig.py                             |  2 +-
 sphinx/ext/inheritance_diagram.py                  |  2 +-
 sphinx/ext/intersphinx.py                          |  2 +-
 sphinx/ext/jsmath.py                               |  2 +-
 sphinx/ext/linkcode.py                             |  2 +-
 sphinx/ext/mathbase.py                             |  2 +-
 sphinx/ext/mathjax.py                              |  2 +-
 sphinx/ext/napoleon/__init__.py                    |  2 +-
 sphinx/ext/napoleon/docstring.py                   |  2 +-
 sphinx/ext/napoleon/iterators.py                   |  2 +-
 sphinx/ext/pngmath.py                              |  2 +-
 sphinx/ext/todo.py                                 |  2 +-
 sphinx/ext/viewcode.py                             |  2 +-
 sphinx/highlighting.py                             |  8 +++-
 sphinx/jinja2glue.py                               |  2 +-
 sphinx/locale/__init__.py                          |  2 +-
 sphinx/make_mode.py                                |  2 +-
 sphinx/pycode/__init__.py                          |  4 +-
 sphinx/pycode/nodes.py                             |  2 +-
 sphinx/pygments_styles.py                          |  2 +-
 sphinx/quickstart.py                               |  4 +-
 sphinx/roles.py                                    |  2 +-
 sphinx/search/__init__.py                          |  2 +-
 sphinx/search/en.py                                |  2 +-
 sphinx/search/ja.py                                |  2 +-
 sphinx/setup_command.py                            |  2 +-
 sphinx/themes/agogo/layout.html                    |  2 +-
 sphinx/themes/agogo/static/agogo.css_t             |  2 +-
 sphinx/themes/basic/defindex.html                  |  2 +-
 sphinx/themes/basic/domainindex.html               |  2 +-
 sphinx/themes/basic/genindex-single.html           |  2 +-
 sphinx/themes/basic/genindex-split.html            |  2 +-
 sphinx/themes/basic/genindex.html                  |  2 +-
 sphinx/themes/basic/globaltoc.html                 |  2 +-
 sphinx/themes/basic/layout.html                    |  2 +-
 sphinx/themes/basic/localtoc.html                  |  2 +-
 sphinx/themes/basic/page.html                      |  2 +-
 sphinx/themes/basic/relations.html                 |  2 +-
 sphinx/themes/basic/search.html                    |  2 +-
 sphinx/themes/basic/searchbox.html                 |  2 +-
 sphinx/themes/basic/searchresults.html             |  2 +-
 sphinx/themes/basic/sourcelink.html                |  2 +-
 sphinx/themes/basic/static/basic.css_t             |  2 +-
 sphinx/themes/basic/static/doctools.js             |  2 +-
 sphinx/themes/basic/static/searchtools.js_t        |  2 +-
 sphinx/themes/basic/static/websupport.js           |  2 +-
 sphinx/themes/classic/layout.html                  |  2 +-
 sphinx/themes/classic/static/classic.css_t         |  2 +-
 sphinx/themes/classic/static/sidebar.js_t          |  2 +-
 sphinx/themes/epub/epub-cover.html                 |  2 +-
 sphinx/themes/epub/layout.html                     |  2 +-
 sphinx/themes/epub/static/epub.css                 |  2 +-
 sphinx/themes/haiku/layout.html                    |  2 +-
 sphinx/themes/haiku/static/haiku.css_t             |  2 +-
 sphinx/themes/nature/static/nature.css_t           |  2 +-
 sphinx/themes/pyramid/static/epub.css              |  2 +-
 sphinx/themes/pyramid/static/pyramid.css_t         |  2 +-
 sphinx/themes/scrolls/layout.html                  |  2 +-
 sphinx/themes/scrolls/static/scrolls.css_t         |  2 +-
 sphinx/themes/sphinxdoc/layout.html                |  2 +-
 sphinx/themes/sphinxdoc/static/sphinxdoc.css_t     |  2 +-
 sphinx/themes/traditional/static/traditional.css_t |  2 +-
 sphinx/theming.py                                  |  7 ++--
 sphinx/transforms.py                               |  7 ++--
 sphinx/util/__init__.py                            | 34 ++++++++---------
 sphinx/util/compat.py                              |  2 +-
 sphinx/util/console.py                             |  2 +-
 sphinx/util/docfields.py                           |  2 +-
 sphinx/util/docstrings.py                          |  2 +-
 sphinx/util/i18n.py                                |  2 +-
 sphinx/util/inspect.py                             |  2 +-
 sphinx/util/jsdump.py                              |  2 +-
 sphinx/util/jsonimpl.py                            |  2 +-
 sphinx/util/matching.py                            |  2 +-
 sphinx/util/nodes.py                               | 12 ++++--
 sphinx/util/osutil.py                              |  2 +-
 sphinx/util/parallel.py                            |  2 +-
 sphinx/util/png.py                                 |  2 +-
 sphinx/util/pycompat.py                            |  2 +-
 sphinx/util/tags.py                                |  2 +-
 sphinx/util/texescape.py                           |  2 +-
 sphinx/util/websupport.py                          |  2 +-
 sphinx/versioning.py                               |  2 +-
 sphinx/websupport/__init__.py                      |  2 +-
 sphinx/websupport/errors.py                        |  2 +-
 sphinx/websupport/search/__init__.py               |  2 +-
 sphinx/websupport/search/nullsearch.py             |  2 +-
 sphinx/websupport/search/whooshsearch.py           |  2 +-
 sphinx/websupport/search/xapiansearch.py           |  2 +-
 sphinx/websupport/storage/__init__.py              |  2 +-
 sphinx/websupport/storage/differ.py                |  2 +-
 sphinx/websupport/storage/sqlalchemy_db.py         |  2 +-
 sphinx/websupport/storage/sqlalchemystorage.py     |  2 +-
 sphinx/writers/__init__.py                         |  2 +-
 sphinx/writers/html.py                             |  2 +-
 sphinx/writers/latex.py                            | 31 ++++++++++++----
 sphinx/writers/manpage.py                          |  2 +-
 sphinx/writers/texinfo.py                          |  2 +-
 sphinx/writers/text.py                             |  2 +-
 sphinx/writers/websupport.py                       |  2 +-
 sphinx/writers/xml.py                              |  2 +-
 tests/path.py                                      |  2 +-
 tests/root/conf.py                                 |  2 +-
 tests/root/markup.txt                              |  6 +++
 tests/roots/test-directive-code/python.rst         | 13 +++++++
 .../test-directive-code/{literal.inc => target.py} |  8 ++++
 tests/roots/test-intl/definition_terms.po          |  5 +++
 tests/roots/test-intl/definition_terms.txt         |  2 +
 tests/run.py                                       |  2 +-
 tests/test_api_translator.py                       |  2 +-
 tests/test_apidoc.py                               |  2 +-
 tests/test_application.py                          |  2 +-
 tests/test_autodoc.py                              |  2 +-
 tests/test_build.py                                |  2 +-
 tests/test_build_applehelp.py                      |  2 +-
 tests/test_build_gettext.py                        |  2 +-
 tests/test_build_html.py                           | 43 +++++++++++++---------
 tests/test_build_latex.py                          | 37 +++++++++++++++----
 tests/test_build_manpage.py                        |  2 +-
 tests/test_build_texinfo.py                        | 12 +++---
 tests/test_build_text.py                           |  2 +-
 tests/test_catalogs.py                             |  2 +-
 tests/test_config.py                               |  2 +-
 tests/test_directive_code.py                       | 26 ++++++++++++-
 tests/test_directive_only.py                       |  2 +-
 tests/test_docutilsconf.py                         |  2 +-
 tests/test_domain_cpp.py                           |  2 +-
 tests/test_domain_py.py                            |  2 +-
 tests/test_domain_rst.py                           |  2 +-
 tests/test_domain_std.py                           |  2 +-
 tests/test_environment.py                          |  2 +-
 tests/test_ext_autosummary.py                      |  2 +-
 tests/test_ext_coverage.py                         |  2 +-
 tests/test_ext_doctest.py                          |  2 +-
 tests/test_ext_graphviz.py                         |  2 +-
 tests/test_ext_ifconfig.py                         |  2 +-
 tests/test_ext_intersphinx.py                      |  2 +-
 tests/test_ext_napoleon.py                         |  2 +-
 tests/test_ext_napoleon_docstring.py               |  2 +-
 tests/test_ext_napoleon_iterators.py               |  2 +-
 tests/test_ext_viewcode.py                         |  2 +-
 tests/test_highlighting.py                         |  2 +-
 tests/test_i18n.py                                 |  2 +-
 tests/test_intl.py                                 | 14 ++++---
 tests/test_markup.py                               |  2 +-
 tests/test_metadata.py                             |  2 +-
 tests/test_quickstart.py                           |  2 +-
 tests/test_search.py                               |  2 +-
 tests/test_searchadapters.py                       |  2 +-
 tests/test_setup_command.py                        |  2 +-
 tests/test_templating.py                           |  2 +-
 tests/test_theming.py                              |  2 +-
 tests/test_toctree.py                              |  2 +-
 tests/test_util.py                                 |  2 +-
 tests/test_util_i18n.py                            |  2 +-
 tests/test_util_nodes.py                           |  2 +-
 tests/test_versioning.py                           |  2 +-
 tests/test_websupport.py                           |  2 +-
 tests/util.py                                      |  2 +-
 utils/check_sources.py                             |  2 +-
 224 files changed, 465 insertions(+), 310 deletions(-)
 create mode 100644 tests/roots/test-directive-code/python.rst
 copy tests/roots/test-directive-code/{literal.inc => target.py} (69%)

-- 
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