[Python-modules-commits] [sphinx] branch upstream updated (6f62751 -> bc6a3ea)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Jun 6 16:51:05 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  6f62751   Import sphinx_1.4.1.orig.tar.gz
       new  bc6a3ea   Import sphinx_1.4.3.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                                            |  94 +++++
 Makefile                                           |   9 +-
 PKG-INFO                                           |   2 +-
 Sphinx.egg-info/PKG-INFO                           |   2 +-
 Sphinx.egg-info/SOURCES.txt                        |   9 +
 doc/config.rst                                     |  23 +-
 doc/devguide.rst                                   |   2 +-
 doc/ext/doctest.rst                                |  18 +-
 doc/rest.rst                                       |   2 +
 doc/theming.rst                                    |   4 +-
 setup.py                                           |  17 +-
 sphinx/__init__.py                                 |   6 +-
 sphinx/addnodes.py                                 |   8 +-
 sphinx/application.py                              |  57 ++-
 sphinx/builders/devhelp.py                         |   2 +-
 sphinx/builders/gettext.py                         |   8 +-
 sphinx/builders/latex.py                           |   2 +-
 sphinx/config.py                                   |  89 +++--
 sphinx/directives/other.py                         |   1 +
 sphinx/directives/patches.py                       |   4 +
 sphinx/domains/cpp.py                              |  80 ++--
 sphinx/domains/std.py                              |   5 +-
 sphinx/environment.py                              |  44 ++-
 sphinx/ext/autodoc.py                              |  19 +-
 sphinx/ext/autosummary/__init__.py                 |   2 +-
 sphinx/ext/imgmath.py                              |  16 +-
 sphinx/ext/intersphinx.py                          |  21 +-
 sphinx/ext/jsmath.py                               |   6 +-
 sphinx/ext/mathbase.py                             |  46 ++-
 sphinx/ext/mathjax.py                              |  13 +-
 sphinx/ext/pngmath.py                              |   8 +-
 sphinx/io.py                                       |  20 +-
 sphinx/locale/__init__.py                          |   9 +-
 sphinx/quickstart.py                               | 225 ++++++-----
 sphinx/search/__init__.py                          |   2 +-
 sphinx/search/de.py                                |   1 -
 sphinx/search/en.py                                |   1 -
 sphinx/search/ja.py                                |   4 +-
 sphinx/search/zh.py                                |   1 -
 sphinx/texinputs/sphinx.sty                        | 420 +++++++++++++++------
 sphinx/texinputs/sphinxhowto.cls                   |  17 +-
 sphinx/texinputs/sphinxmanual.cls                  |  15 +-
 sphinx/themes/basic/searchbox.html                 |   4 +-
 sphinx/themes/basic/static/basic.css_t             |   4 -
 sphinx/theming.py                                  |   3 +-
 sphinx/transforms.py                               |   6 +-
 sphinx/util/i18n.py                                |   3 +-
 sphinx/util/texescape.py                           |  22 +-
 sphinx/websupport/search/xapiansearch.py           |   7 +-
 sphinx/writers/html.py                             |   2 +-
 sphinx/writers/latex.py                            |  96 +++--
 sphinx/writers/texinfo.py                          |   2 +-
 tests/root/contents.txt                            |   4 +
 tests/root/markup.txt                              |  27 ++
 tests/roots/test-correct-year/conf.py              |   3 +
 tests/roots/test-correct-year/contents.rst         |   4 +
 .../roots/test-image-glob/testima\314\210ge.png"   | Bin
 tests/roots/test-image-in-section/index.rst        |   4 +
 tests/roots/test-prolog/conf.py                    |  12 +
 tests/roots/test-prolog/index.rst                  |   7 +
 tests/roots/test-prolog/markdown.md                |   3 +
 tests/roots/test-prolog/prolog_markdown_parser.py  |  12 +
 tests/roots/test-prolog/restructuredtext.rst       |   4 +
 tests/test_application.py                          |   6 +
 tests/test_build_html.py                           |  25 +-
 tests/test_build_latex.py                          |  93 +++--
 tests/test_build_texinfo.py                        |   2 +-
 tests/test_correct_year.py                         |  49 +++
 tests/test_environment.py                          |   2 +-
 tests/test_ext_intersphinx.py                      |  17 +-
 tests/test_ext_math.py                             |  18 +
 tests/test_markup.py                               |  27 +-
 tests/util.py                                      |   4 +-
 utils/release-checklist                            |   8 +-
 74 files changed, 1345 insertions(+), 469 deletions(-)
 create mode 100644 tests/roots/test-correct-year/conf.py
 create mode 100644 tests/roots/test-correct-year/contents.rst
 copy tests/root/img.foo.png => "tests/roots/test-image-glob/testima\314\210ge.png" (100%)
 create mode 100644 tests/roots/test-prolog/conf.py
 create mode 100644 tests/roots/test-prolog/index.rst
 create mode 100644 tests/roots/test-prolog/markdown.md
 create mode 100644 tests/roots/test-prolog/prolog_markdown_parser.py
 create mode 100644 tests/roots/test-prolog/restructuredtext.rst
 create mode 100644 tests/test_correct_year.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