[Python-modules-commits] [sphinx] branch master updated (9c7d12d -> 2a94702)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Oct 3 13:49:03 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  9c7d12d   Update debian/watch to track only stable versions.
       new  f48c5a5   record new upstream branch created by importing sphinx_1.4.8.orig.tar.gz
      adds  ecdbc23   Import sphinx_1.4.8.orig.tar.gz
       new  be77219   don't use CSS files hosted on external sites
       new  cd3b687   disable a test that checks versions of JS libraries
       new  7014aef   do not support snowballstemmer-based search for now
       new  bc990af   Merge upstream release 1.4.8.
       new  2a94702   Make dh_sphinxdoc generate ${sphinxdoc:Built-Using} substvar.

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                                            |  35 +++++++++++++
 Makefile                                           |   5 +-
 PKG-INFO                                           |   2 +-
 Sphinx.egg-info/PKG-INFO                           |   2 +-
 debian/.git-dpm                                    |  14 ++---
 debian/changelog                                   |   5 +-
 debian/dh-sphinxdoc/dh_sphinxdoc                   |  29 +++++++++++
 debian/patches/disable_js_version_check.diff       |   2 +-
 debian/patches/no_external_css.diff                |   2 +-
 debian/patches/no_snowballstemmer.diff             |   2 +-
 doc/extdev/markupapi.rst                           |   2 +
 doc/theming.rst                                    |  57 +++++++++++++--------
 sphinx/__init__.py                                 |   6 +--
 sphinx/builders/epub.py                            |  18 ++++++-
 sphinx/builders/html.py                            |  16 +++++-
 sphinx/builders/linkcheck.py                       |   4 +-
 sphinx/directives/code.py                          |   2 -
 sphinx/ext/autodoc.py                              |   6 +--
 sphinx/ext/autosummary/__init__.py                 |   3 +-
 sphinx/ext/intersphinx.py                          |   2 +-
 sphinx/ext/mathbase.py                             |   4 +-
 sphinx/jinja2glue.py                               |  22 ++++++++
 sphinx/locale/fr/LC_MESSAGES/sphinx.mo             | Bin 11350 -> 11353 bytes
 sphinx/locale/fr/LC_MESSAGES/sphinx.po             |   2 +-
 sphinx/locale/it/LC_MESSAGES/sphinx.mo             | Bin 11105 -> 11108 bytes
 sphinx/locale/it/LC_MESSAGES/sphinx.po             |   2 +-
 sphinx/locale/ne/LC_MESSAGES/sphinx.mo             | Bin 13412 -> 13415 bytes
 sphinx/locale/ne/LC_MESSAGES/sphinx.po             |   2 +-
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo          | Bin 11150 -> 11153 bytes
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po          |   2 +-
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo          | Bin 11199 -> 11202 bytes
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po          |   2 +-
 sphinx/locale/ro/LC_MESSAGES/sphinx.mo             | Bin 11193 -> 11196 bytes
 sphinx/locale/ro/LC_MESSAGES/sphinx.po             |   2 +-
 sphinx/locale/sk/LC_MESSAGES/sphinx.mo             | Bin 10997 -> 11000 bytes
 sphinx/locale/sk/LC_MESSAGES/sphinx.po             |   2 +-
 sphinx/pycode/Grammar-py2-sphinx1.2.pickle         | Bin 0 -> 18705 bytes
 ...mar-py2.pickle => Grammar-py2-sphinx1.4.pickle} | Bin
 sphinx/quickstart.py                               |   6 +--
 sphinx/texinputs/sphinx.sty                        |   3 ++
 sphinx/themes/basic/genindex.html                  |   2 +-
 sphinx/themes/basic/static/basic.css_t             |   7 +++
 sphinx/themes/basic/static/searchtools.js_t        |   2 +-
 sphinx/util/jsdump.py                              |   2 +-
 sphinx/{__main__.py => util/rst.py}                |  14 +++--
 sphinx/writers/latex.py                            |   2 +
 tests/roots/test-autosummary/dummy_module.py       |   4 ++
 tests/roots/test-directive-code/caption.rst        |   2 +-
 tests/test_directive_code.py                       |  16 +++---
 tests/test_ext_intersphinx.py                      |  15 ++++++
 tests/test_util_jsdump.py                          |  19 +++++--
 tests/test_util_rst.py                             |  16 ++++++
 52 files changed, 281 insertions(+), 83 deletions(-)
 create mode 100644 sphinx/pycode/Grammar-py2-sphinx1.2.pickle
 copy sphinx/pycode/{Grammar-py2.pickle => Grammar-py2-sphinx1.4.pickle} (100%)
 copy sphinx/{__main__.py => util/rst.py} (50%)
 create mode 100644 tests/test_util_rst.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