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

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Oct 2 14:13:35 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  d93d63b   Import sphinx_1.4.6.orig.tar.gz
       new  ecdbc23   Import sphinx_1.4.8.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                                            |  35 +++++++++++++
 Makefile                                           |   5 +-
 PKG-INFO                                           |   2 +-
 Sphinx.egg-info/PKG-INFO                           |   2 +-
 Sphinx.egg-info/SOURCES.txt                        |   4 ++
 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 ++++++
 47 files changed, 242 insertions(+), 72 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