[Python-modules-commits] [sphinx] branch master updated (9db896e -> 2bc27ce)

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


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

mitya57 pushed a change to branch master
in repository sphinx.

      from  9db896e   Release to experimental
       new  d8fce0d   record new upstream branch created by importing sphinx_1.4.4.orig.tar.gz
       new  61f7a9f   Import sphinx_1.4.4.orig.tar.gz
       new  87a847e   don't use CSS files hosted on external sites
       new  00da613   disable a test that checks versions of JS libraries
       new  9244796   do not support snowballstemmer-based search for now
       new  2bc27ce   Merge upstream release 1.4.4.

The 6 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 +-
 debian/.git-dpm                              | 14 ++--
 debian/changelog                             |  7 ++
 debian/patches/disable_js_version_check.diff |  2 +-
 debian/patches/no_external_css.diff          |  2 +-
 debian/patches/no_snowballstemmer.diff       |  6 +-
 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 ++--
 50 files changed, 444 insertions(+), 215 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