[Python-modules-commits] [sphinx] branch upstream updated (a9046c8 -> e6e7608)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Mar 15 09:36:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a change to branch upstream
in repository sphinx.

      from  a9046c8   Import sphinx_1.5.2.orig.tar.gz
       new  e6e7608   New upstream version 1.5.3

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                                            |  33 +++++
 Makefile                                           |   2 +-
 PKG-INFO                                           |   2 +-
 Sphinx.egg-info/PKG-INFO                           |   2 +-
 Sphinx.egg-info/SOURCES.txt                        |   6 +-
 Sphinx.egg-info/requires.txt                       |   2 +-
 doc/conf.py                                        |   1 +
 doc/config.rst                                     |  64 +++++++---
 doc/contents.rst                                   |   1 +
 doc/latex.rst                                      |  96 +++++++++++++--
 doc/markdown.rst                                   |  45 +++++++
 doc/markup/misc.rst                                |   5 +-
 doc/rest.rst                                       |   2 +-
 setup.py                                           |   2 +-
 sphinx/__init__.py                                 |   6 +-
 sphinx/builders/html.py                            |   5 +-
 sphinx/directives/code.py                          |   4 +-
 sphinx/directives/patches.py                       |  39 +++++-
 sphinx/domains/std.py                              |   2 +-
 sphinx/locale/__init__.pyc                         | Bin 9694 -> 0 bytes
 sphinx/locale/fr/LC_MESSAGES/sphinx.po             |   4 +-
 sphinx/make_mode.py                                |  22 ++--
 sphinx/pycode/Grammar-py2.pickle                   | Bin 18705 -> 19065 bytes
 sphinx/pycode/Grammar-py3.pickle                   | Bin 19546 -> 19909 bytes
 sphinx/quickstart.py                               |  14 ++-
 sphinx/search/__init__.py                          |  20 +--
 sphinx/templates/latex/content.tex_t               |   2 +-
 sphinx/texinputs/python.ist                        |   4 +-
 sphinx/texinputs/sphinx.sty                        | 135 +++++++++++++++++----
 sphinx/themes/nature/static/nature.css_t           |   4 +
 sphinx/themes/pyramid/static/pyramid.css_t         |   4 +
 sphinx/util/__init__.py                            |  13 +-
 sphinx/util/inspect.py                             |   2 +-
 sphinx/util/requests.py                            |  37 ++++--
 sphinx/writers/html.py                             |  17 ++-
 sphinx/writers/latex.py                            |  21 ++--
 tests/path.py                                      |   6 +
 tests/root/objects.txt                             |   4 +-
 .../{test-domain-cpp => test-html_entity}/conf.py  |   0
 tests/roots/test-html_entity/index.rst             |  31 +++++
 tests/roots/test-intl/literalblock.po              |   6 +
 tests/roots/test-intl/literalblock.txt             |   4 +
 tests/roots/test-intl/{seealso.po => table.po}     |  37 ++++--
 tests/roots/test-intl/table.txt                    |  14 +++
 tests/run.py                                       |   6 +-
 tests/test_autodoc.py                              |   2 +
 tests/test_build.py                                |   7 +-
 tests/test_build_html.py                           |  12 ++
 tests/test_build_latex.py                          |  29 ++---
 tests/test_config.py                               |   8 +-
 tests/test_directive_code.py                       |  24 ++--
 tests/test_directive_only.py                       |   4 +-
 tests/test_domain_cpp.py                           |   3 +-
 tests/test_ext_intersphinx.py                      |   2 +-
 tests/test_ext_math.py                             |  14 +--
 tests/test_ext_todo.py                             |   4 +-
 tests/test_intl.py                                 |  48 ++++++--
 tests/test_markup.py                               |   3 +-
 tests/test_search.py                               | 128 +++++++++++++++++--
 tests/test_setup_command.py                        |   7 +-
 tests/test_theming.py                              |   2 +-
 tests/test_toctree.py                              |   1 +
 tests/test_util.py                                 |  22 +++-
 tests/test_websupport.py                           |   4 +-
 tests/util.py                                      |   3 +-
 utils/release-checklist                            |   2 +-
 66 files changed, 828 insertions(+), 227 deletions(-)
 create mode 100644 doc/markdown.rst
 delete mode 100644 sphinx/locale/__init__.pyc
 copy tests/roots/{test-domain-cpp => test-html_entity}/conf.py (100%)
 create mode 100644 tests/roots/test-html_entity/index.rst
 copy tests/roots/test-intl/{seealso.po => table.po} (60%)
 create mode 100644 tests/roots/test-intl/table.txt

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