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

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jul 13 20:14:19 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  61f7a9f   Import sphinx_1.4.4.orig.tar.gz
       new  ac9e2c8   Import sphinx_1.4.5.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                                    |  73 +++++-
 PKG-INFO                                   |   2 +-
 README.rst                                 |   6 +
 Sphinx.egg-info/PKG-INFO                   |   2 +-
 Sphinx.egg-info/SOURCES.txt                |   6 +
 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/gettext.py                 |   2 +-
 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                | 355 ++++++++++++++++-------------
 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 +
 40 files changed, 536 insertions(+), 343 deletions(-)
 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