[Python-modules-commits] [sphinx] branch master updated (403f6fb -> 9e4ed3e)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jul 13 20:14:15 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  403f6fb   Release to unstable.
       new  6f43432   record new upstream branch created by importing sphinx_1.4.5.orig.tar.gz
       new  ac9e2c8   Import sphinx_1.4.5.orig.tar.gz
       new  df70823   don't use CSS files hosted on external sites
       new  0fe3e1b   disable a test that checks versions of JS libraries
       new  8b10379   do not support snowballstemmer-based search for now
       new  9e4ed3e   Merge upstream release 1.4.5.

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                                      |  73 +++++-
 PKG-INFO                                     |   2 +-
 README.rst                                   |   6 +
 Sphinx.egg-info/PKG-INFO                     |   2 +-
 debian/.git-dpm                              |  14 +-
 debian/changelog                             |   9 +
 debian/patches/disable_js_version_check.diff |   2 +-
 debian/patches/fix_ltz_utcoffset.diff        |  30 ---
 debian/patches/latex_code_robust.diff        |  31 ---
 debian/patches/no_external_css.diff          |   2 +-
 debian/patches/no_snowballstemmer.diff       |   2 +-
 debian/patches/series                        |   2 -
 doc/config.rst                               |  15 ++
 doc/install.rst                              |   2 +-
 sphinx/__init__.py                           |   6 +-
 sphinx/application.py                        |   7 +-
 sphinx/builders/applehelp.py                 |   1 +
 sphinx/builders/devhelp.py                   |   1 +
 sphinx/builders/epub.py                      |   1 +
 sphinx/builders/htmlhelp.py                  |  20 +-
 sphinx/builders/qthelp.py                    |   1 +
 sphinx/config.py                             |   1 +
 sphinx/domains/c.py                          |   3 +
 sphinx/domains/cpp.py                        |  53 ++--
 sphinx/environment.py                        |  17 +-
 sphinx/ext/intersphinx.py                    |  13 +-
 sphinx/ext/viewcode.py                       |   4 +-
 sphinx/pycode/Grammar-py2-sphinx1.5.pickle   | Bin 0 -> 18705 bytes
 sphinx/pycode/Grammar-py2.pickle             | Bin 0 -> 18705 bytes
 sphinx/pycode/Grammar-py3-sphinx1.5.pickle   | Bin 0 -> 19546 bytes
 sphinx/pycode/Grammar-py3.pickle             | Bin 0 -> 19546 bytes
 sphinx/quickstart.py                         |   6 +
 sphinx/texinputs/sphinx.sty                  | 353 +++++++++++++++------------
 sphinx/texinputs/sphinxhowto.cls             |  10 +-
 sphinx/texinputs/sphinxmanual.cls            |  10 +-
 sphinx/util/inspect.py                       |   4 +
 sphinx/util/jsdump.py                        |   2 +-
 sphinx/writers/html.py                       |   9 +-
 sphinx/writers/latex.py                      | 133 +++++-----
 tests/.test_build_latex.py.swp               | Bin 0 -> 53248 bytes
 tests/test_build_latex.py                    |  59 +++--
 tests/test_directive_code.py                 |  24 +-
 tests/test_domain_cpp.py                     |   5 +
 tests/test_ext_intersphinx.py                |   3 +
 tests/test_markup.py                         |  14 +-
 tests/test_util_jsdump.py                    |   9 +
 46 files changed, 547 insertions(+), 414 deletions(-)
 delete mode 100644 debian/patches/fix_ltz_utcoffset.diff
 delete mode 100644 debian/patches/latex_code_robust.diff
 create mode 100644 sphinx/pycode/Grammar-py2-sphinx1.5.pickle
 create mode 100644 sphinx/pycode/Grammar-py2.pickle
 create mode 100644 sphinx/pycode/Grammar-py3-sphinx1.5.pickle
 create mode 100644 sphinx/pycode/Grammar-py3.pickle
 create mode 100644 tests/.test_build_latex.py.swp
 create mode 100644 tests/test_util_jsdump.py

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