[Python-modules-commits] [sphinx] branch upstream updated (ecdbc23 -> 183a2a7)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Nov 29 10:44:22 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  ecdbc23   Import sphinx_1.4.8.orig.tar.gz
       new  183a2a7   Import sphinx_1.4.9.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                                            |  19 +++
 EXAMPLES                                           |   2 +
 PKG-INFO                                           |   2 +-
 Sphinx.egg-info/PKG-INFO                           |   2 +-
 Sphinx.egg-info/SOURCES.txt                        |  11 ++
 doc/Makefile                                       |   4 +
 doc/_themes/sphinx13/static/sphinx13.css           |   4 +
 doc/faq.rst                                        |   2 +-
 doc/templating.rst                                 |   1 +
 sphinx/__init__.py                                 |   6 +-
 sphinx/addnodes.py                                 |   2 +
 sphinx/apidoc.py                                   |   1 +
 sphinx/application.py                              |   2 +-
 sphinx/builders/__init__.py                        |   1 +
 sphinx/builders/gettext.py                         |   1 +
 sphinx/builders/html.py                            |   1 +
 sphinx/builders/linkcheck.py                       |   1 +
 sphinx/cmdline.py                                  |   2 +-
 sphinx/directives/__init__.py                      |   1 +
 sphinx/directives/other.py                         |   5 +-
 sphinx/ext/autodoc.py                              |  14 +-
 sphinx/ext/imgmath.py                              |   5 +-
 sphinx/ext/inheritance_diagram.py                  | 105 ++++++++-------
 sphinx/ext/pngmath.py                              |   5 +-
 sphinx/locale/.DS_Store                            | Bin 0 -> 8196 bytes
 sphinx/locale/__init__.py                          |   1 +
 sphinx/locale/fr/LC_MESSAGES/sphinx.po             |   2 +-
 sphinx/locale/it/LC_MESSAGES/sphinx.po             |   2 +-
 sphinx/pycode/Grammar-py2-sphinx1.2.pickle         | Bin 18705 -> 18705 bytes
 ...hinx1.2.pickle => Grammar-py2-sphinx1.3.pickle} | Bin 18705 -> 18705 bytes
 sphinx/pycode/Grammar-py2-sphinx1.4.pickle         | Bin 18705 -> 18675 bytes
 ...hinx1.4.pickle => Grammar-py2-sphinx1.5.pickle} | Bin
 sphinx/pycode/Grammar-py3-sphinx1.4.pickle         | Bin 0 -> 19963 bytes
 sphinx/pycode/__init__.py                          |   2 +
 sphinx/quickstart.py                               |   2 +
 sphinx/search/__init__.py                          |   4 +-
 sphinx/search/jssplitter.py                        | 110 ++++++++++++++++
 sphinx/themes/basic/static/searchtools.js_t        |  10 +-
 sphinx/transforms.py                               |   2 +-
 sphinx/util/__init__.py                            |   1 +
 sphinx/util/console.py                             |   1 +
 sphinx/util/i18n.py                                |   1 +
 sphinx/util/nodes.py                               |   4 +
 sphinx/util/pycompat.py                            |   1 +
 sphinx/util/smartypants.py                         |   2 +-
 sphinx/writers/latex.py                            |  58 ++++-----
 .../example/__init__.py                            |   1 +
 .../test-ext-inheritance_diagram/example/sphinx.py |   5 +
 tests/roots/test-intl/figure.po                    |   7 +
 tests/roots/test-intl/figure.txt                   |  17 +++
 tests/roots/test-latex-title/conf.py               |   8 ++
 tests/roots/test-latex-title/index.rst             |  12 ++
 tests/test_autodoc.py                              |   7 +-
 tests/test_build_latex.py                          |  20 +++
 tests/test_ext_inheritance_diagram.py              |  49 ++++++-
 tests/test_intl.py                                 |  12 ++
 tests/typing_test_data.py                          |   9 +-
 utils/jssplitter_generator.py                      | 142 +++++++++++++++++++++
 utils/regression_test.js                           | 124 ++++++++++++++++++
 utils/reindent.py                                  |   1 +
 60 files changed, 708 insertions(+), 108 deletions(-)
 create mode 100644 sphinx/locale/.DS_Store
 copy sphinx/pycode/{Grammar-py2-sphinx1.2.pickle => Grammar-py2-sphinx1.3.pickle} (94%)
 copy sphinx/pycode/{Grammar-py2-sphinx1.4.pickle => Grammar-py2-sphinx1.5.pickle} (100%)
 create mode 100644 sphinx/pycode/Grammar-py3-sphinx1.4.pickle
 create mode 100644 sphinx/search/jssplitter.py
 create mode 100644 tests/roots/test-ext-inheritance_diagram/example/__init__.py
 create mode 100644 tests/roots/test-ext-inheritance_diagram/example/sphinx.py
 create mode 100644 tests/roots/test-latex-title/conf.py
 create mode 100644 tests/roots/test-latex-title/index.rst
 create mode 100644 utils/jssplitter_generator.py
 create mode 100644 utils/regression_test.js

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