[Python-modules-commits] [sphinx] branch debian/master updated (d5d7bfe -> c2a7459)

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


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

mitya57 pushed a change to branch debian/master
in repository sphinx.

      from  d5d7bfe   Convert from git-dpm to patches unapplied format.
       new  e6e7608   New upstream version 1.5.3
       new  9562c35   Merge upstream release 1.5.3.
       new  c2a7459   Refresh patches for the new release.

The 3 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/requires.txt                       |   2 +-
 debian/changelog                                   |   3 +-
 debian/patches/disable_js_version_check.diff       |   2 +-
 debian/patches/no_snowballstemmer.diff             |  12 +-
 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/fr/LC_MESSAGES/sphinx.po             |   4 +-
 sphinx/make_mode.py                                |  22 ++--
 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 +-
 65 files changed, 832 insertions(+), 234 deletions(-)
 create mode 100644 doc/markdown.rst
 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