[Python-modules-commits] [sphinx] branch upstream updated (8e62ba6 -> 975ebf6)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Oct 23 09:58:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a change to branch upstream
in repository sphinx.
from 8e62ba6 New upstream version 1.6.4
adds 975ebf6 New upstream version 1.6.5
No new revisions were added by this update.
Summary of changes:
AUTHORS | 1 +
CHANGES | 34 +++++++++++
EXAMPLES | 2 +-
PKG-INFO | 2 +-
Sphinx.egg-info/PKG-INFO | 2 +-
Sphinx.egg-info/SOURCES.txt | 5 ++
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 +-
50 files changed, 448 insertions(+), 126 deletions(-)
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