[Python-modules-commits] [sphinx] branch debian/master updated (365bae2 -> fd24631)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Sep 26 07:29:34 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  365bae2   dh_sphinxdoc: Turn warning about missing SOURCELINK_SUFFIX to an error.
       new  8e62ba6   New upstream version 1.6.4
       new  2f63d2b   Updated version 1.6.4 from 'upstream/1.6.4'.
       new  fd24631   Update patches for the new release.

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:
 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 +-
 debian/changelog                                   |  5 +-
 debian/patches/no_snowballstemmer.diff             | 10 +--
 debian/patches/series                              |  1 -
 .../upstream_fix_crash_on_parallel_build.diff      | 21 ------
 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 ++++++
 59 files changed, 554 insertions(+), 186 deletions(-)
 delete mode 100644 debian/patches/upstream_fix_crash_on_parallel_build.diff
 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