[Python-modules-commits] [sphinx] branch master updated (6a247fb -> 0f6eead)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Nov 29 10:48:09 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  6a247fb   Release to unstable.
       new  78fc440   record new upstream branch created by importing sphinx_1.4.9.orig.tar.gz
      adds  183a2a7   Import sphinx_1.4.9.orig.tar.gz
       new  32084e5   don't use CSS files hosted on external sites
       new  ad56c7e   disable a test that checks versions of JS libraries
       new  e422297   do not support snowballstemmer-based search for now
       new  0f6eead   Merge upstream release 1.4.9.

The 5 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   7 +
 debian/patches/disable_js_version_check.diff       |   2 +-
 debian/patches/fix_autodoc_new_python.diff         |  42 ------
 debian/patches/no_external_css.diff                |   2 +-
 debian/patches/no_snowballstemmer.diff             |   4 +-
 debian/patches/series                              |   1 -
 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                              |   7 +-
 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 +
 66 files changed, 708 insertions(+), 162 deletions(-)
 delete mode 100644 debian/patches/fix_autodoc_new_python.diff
 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