[Python-modules-commits] [sphinx] branch debian/master updated (e793f3e -> b97e3df)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Oct 23 09:20:13 UTC 2017


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

mitya57 pushed a change to branch debian/master
in repository sphinx.

      from  e793f3e   In singlehtml check, consider only HTML files that use doctools.js.
       new  975ebf6   New upstream version 1.6.5
       new  aac5a16   Updated version 1.6.5 from 'upstream/1.6.5'.
       new  b97e3df   Drop cpp_no_assert and sourcelink_suffix_fallback.diff.

The 3 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:
 AUTHORS                                            |   1 +
 CHANGES                                            |  34 +++++++++++
 EXAMPLES                                           |   2 +-
 PKG-INFO                                           |   2 +-
 Sphinx.egg-info/PKG-INFO                           |   2 +-
 Sphinx.egg-info/SOURCES.txt                        |   5 ++
 debian/changelog                                   |   5 +-
 debian/patches/cpp_no_assert.diff                  |  25 ---------
 debian/patches/series                              |   2 -
 debian/patches/sourcelink_suffix_fallback.diff     |  29 ----------
 doc/config.rst                                     |  39 +++++++++++--
 doc/latex.rst                                      |   7 ++-
 sphinx/__init__.py                                 |   6 +-
 sphinx/builders/html.py                            |  15 +++--
 sphinx/domains/cpp.py                              |   4 +-
 sphinx/domains/python.py                           |  10 ++++
 sphinx/environment/__init__.py                     |  27 ++++-----
 sphinx/ext/autodoc.py                              |   3 +-
 sphinx/ext/intersphinx.py                          |   2 +-
 sphinx/ext/todo.py                                 |  25 +++++++--
 sphinx/quickstart.py                               |   4 +-
 sphinx/search/__init__.py                          |   5 ++
 sphinx/templates/quickstart/Makefile.new_t         |   2 +-
 sphinx/templates/quickstart/Makefile_t             |   6 +-
 sphinx/templates/quickstart/conf.py_t              |   3 -
 sphinx/templates/quickstart/make.bat.new_t         |  10 ++--
 sphinx/templates/quickstart/make.bat_t             |  23 +++++---
 sphinx/themes/basic/static/basic.css_t             |   6 +-
 sphinx/themes/basic/static/doctools.js_t           |  52 ++++++++++++-----
 sphinx/themes/basic/static/searchtools.js_t        |   3 +
 sphinx/transforms/i18n.py                          |  62 ++++++++++++++++-----
 sphinx/util/docutils.py                            |   6 +-
 sphinx/util/i18n.py                                |   8 +--
 sphinx/util/logging.py                             |  16 ++++--
 sphinx/util/matching.py                            |   2 +-
 sphinx/util/pycompat.py                            |   2 +-
 sphinx/writers/html.py                             |   1 +
 sphinx/writers/latex.py                            |   6 +-
 tests/roots/test-domain-cpp/roles2.rst             |   5 ++
 tests/roots/test-domain-py/module_option.rst       |  25 +++++++++
 tests/roots/test-ext-todo/conf.py                  |   5 ++
 .../conf.py                                        |   5 +-
 tests/roots/test-image-in-parsed-literal/index.rst |   9 +++
 .../pic.png                                        | Bin
 tests/roots/test-intl/refs_inconsistency.po        |   8 +--
 tests/roots/test-intl/refs_inconsistency.txt       |   4 +-
 tests/test_build_latex.py                          |  10 ++++
 tests/test_domain_cpp.py                           |   7 +++
 tests/test_domain_py.py                            |   9 +++
 tests/test_ext_todo.py                             |  28 ++++++++++
 tests/test_intl.py                                 |  38 ++++++++++---
 tests/test_search.py                               |  12 ++++
 tests/test_util_logging.py                         |   6 +-
 tests/test_writer_latex.py                         |   2 +-
 54 files changed, 452 insertions(+), 183 deletions(-)
 delete mode 100644 debian/patches/cpp_no_assert.diff
 delete mode 100644 debian/patches/sourcelink_suffix_fallback.diff
 create mode 100644 tests/roots/test-domain-cpp/roles2.rst
 create mode 100644 tests/roots/test-domain-py/module_option.rst
 copy tests/roots/{test-image-in-section => test-image-in-parsed-literal}/conf.py (74%)
 create mode 100644 tests/roots/test-image-in-parsed-literal/index.rst
 copy tests/roots/{test-image-in-section => test-image-in-parsed-literal}/pic.png (100%)

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