[Python-modules-commits] [sphinx] branch upstream updated (bc6a3ea -> 61f7a9f)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jun 16 15:07:47 UTC 2016


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

mitya57 pushed a change to branch upstream
in repository sphinx.

      from  bc6a3ea   Import sphinx_1.4.3.orig.tar.gz
       new  61f7a9f   Import sphinx_1.4.4.orig.tar.gz

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                           | 23 ++++++++++
 PKG-INFO                          |  2 +-
 Sphinx.egg-info/PKG-INFO          |  2 +-
 Sphinx.egg-info/SOURCES.txt       |  2 +
 doc/config.rst                    |  2 +-
 doc/theming.rst                   |  2 +
 doc/tutorial.rst                  | 13 ++++--
 setup.cfg                         |  4 +-
 sphinx/__init__.py                |  6 +--
 sphinx/environment.py             |  2 +-
 sphinx/ext/mathbase.py            |  2 +-
 sphinx/io.py                      |  4 +-
 sphinx/texinputs/iftex.sty        | 97 +++++++++++++++++++++++++++++++++++++++
 sphinx/texinputs/needspace.sty    | 35 ++++++++++++++
 sphinx/texinputs/sphinx.sty       | 80 ++++++++++++++++++++------------
 sphinx/texinputs/sphinxmanual.cls | 49 +++++---------------
 sphinx/transforms.py              | 18 ++++++++
 sphinx/util/inspect.py            |  2 +-
 sphinx/writers/latex.py           |  9 ++--
 tests/path.py                     |  3 ++
 tests/run.py                      |  2 +-
 tests/test_api_translator.py      |  2 +-
 tests/test_autodoc.py             | 67 ++++++++++++++++-----------
 tests/test_autodoc_py35.py        | 37 ++++++++-------
 tests/test_build.py               |  2 +-
 tests/test_build_applehelp.py     |  1 -
 tests/test_build_gettext.py       |  2 +-
 tests/test_build_html.py          | 16 +++----
 tests/test_build_latex.py         |  7 +--
 tests/test_catalogs.py            |  1 +
 tests/test_config.py              | 26 ++++++-----
 tests/test_directive_code.py      |  8 ++--
 tests/test_domain_cpp.py          | 12 ++---
 tests/test_domain_rst.py          |  2 +-
 tests/test_ext_githubpages.py     |  2 -
 tests/test_ext_ifconfig.py        |  2 -
 tests/test_ext_math.py            |  4 ++
 tests/test_highlighting.py        |  2 +-
 tests/test_intl.py                | 12 ++---
 tests/test_markup.py              |  5 +-
 tests/test_search.py              |  2 +
 tests/test_util_i18n.py           |  3 +-
 tests/test_util_nodes.py          |  3 --
 tests/util.py                     |  3 +-
 utils/reindent.py                 | 36 +++++++++------
 utils/release-checklist           | 14 ++++--
 46 files changed, 427 insertions(+), 203 deletions(-)
 create mode 100755 sphinx/texinputs/iftex.sty
 create mode 100644 sphinx/texinputs/needspace.sty

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