[Python-modules-commits] [sphinx] branch upstream updated (0924d5b -> 8e62ba6)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Sep 26 07:29:36 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 0924d5b New upstream version 1.6.3
new 8e62ba6 New upstream version 1.6.4
The 1 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 | 33 +++++++++
EXAMPLES | 17 +----
MANIFEST.in | 1 +
PKG-INFO | 3 +-
Sphinx.egg-info/PKG-INFO | 3 +-
Sphinx.egg-info/SOURCES.txt | 6 ++
Sphinx.egg-info/requires.txt | 4 +-
doc/builders.rst | 8 +-
doc/domains.rst | 18 +++--
doc/ext/autodoc.rst | 7 ++
doc/extdev/appapi.rst | 22 ++++++
doc/extdev/envapi.rst | 4 -
doc/tutorial.rst | 6 +-
sphinx/__init__.py | 6 +-
sphinx/application.py | 2 +-
sphinx/builders/epub3.py | 29 ++++----
sphinx/builders/html.py | 12 ++-
sphinx/cmdline.py | 2 +-
sphinx/domains/cpp.py | 37 +++++-----
sphinx/environment/__init__.py | 5 +-
sphinx/ext/autodoc.py | 20 +++--
sphinx/ext/doctest.py | 32 ++++----
sphinx/ext/graphviz.py | 40 +++++-----
sphinx/locale/fr/LC_MESSAGES/sphinx.po | 2 +-
sphinx/make_mode.py | 10 +--
sphinx/pycode/pgen2/tokenize.py | 2 +-
sphinx/roles.py | 20 ++++-
sphinx/testing/util.py | 2 +-
sphinx/texinputs/sphinx.sty | 4 +-
sphinx/texinputs_win/Makefile_t | 86 ++++++++++++++++++++++
sphinx/themes/nature/static/nature.css_t | 2 +-
sphinx/transforms/post_transforms/images.py | 2 +-
sphinx/util/compat.py | 2 +-
sphinx/util/fileutil.py | 2 +-
sphinx/util/logging.py | 40 +++++++++-
sphinx/util/parallel.py | 1 +
sphinx/writers/latex.py | 5 +-
.../conf.py | 0
tests/roots/test-default_role/foo.rst | 4 +
tests/roots/test-default_role/index.rst | 6 ++
tests/roots/test-ext-graphviz/index.rst | 5 ++
.../roots/test-ext-intersphinx-cppdomain/index.rst | 2 +
.../conf.py | 0
tests/roots/test-latex-index/index.rst | 12 +++
.../expects/complex_spanning_cell.tex | 10 +--
tests/roots/test-latex-table/expects/gridtable.tex | 8 +-
tests/test_autodoc.py | 5 +-
tests/test_build_latex.py | 9 +++
tests/test_directive_only.py | 2 +-
tests/test_environment_toctree.py | 18 +++--
tests/test_ext_graphviz.py | 52 ++++++++++++-
tests/test_ext_intersphinx.py | 6 ++
tests/test_markup.py | 41 +++++++++++
tests/test_util_inventory.py | 2 +
tests/test_util_logging.py | 24 ++++++
55 files changed, 545 insertions(+), 158 deletions(-)
create mode 100644 sphinx/texinputs_win/Makefile_t
copy tests/roots/{test-directives-raw => test-default_role}/conf.py (100%)
create mode 100644 tests/roots/test-default_role/foo.rst
create mode 100644 tests/roots/test-default_role/index.rst
copy tests/roots/{test-directives-raw => test-latex-index}/conf.py (100%)
create mode 100644 tests/roots/test-latex-index/index.rst
--
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