[Python-modules-commits] [sphinx] branch master updated (736b3e4 -> 226205d)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Apr 3 18:56:39 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  736b3e4   Use implementation of jstest from Iain Lane in hope it succeeds on buildds.
       new  9c421a5   Update debian/watch to correctly mangle upstream alpha releases.
       new  96406b6   record new upstream branch created by importing sphinx_1.4.orig.tar.gz
       new  c8d9490   Import sphinx_1.4.orig.tar.gz
       new  1dff57b   don't use CSS files hosted on external sites
       new  4bcf8f4   disable a test that checks versions of JS libraries
       new  7db3a7c   do not support snowballstemmer-based search for now
       new  226205d   Merge upstream release 1.4.

The 7 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:
 AUTHORS                                            |    6 +
 CHANGES                                            |  164 +-
 EXAMPLES                                           |   76 +-
 Makefile                                           |   31 +-
 PKG-INFO                                           |    2 +-
 Sphinx.egg-info/PKG-INFO                           |    2 +-
 Sphinx.egg-info/requires.txt                       |    2 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |   15 +
 debian/patches/disable_distribute_setup.diff       |   26 -
 debian/patches/disable_js_version_check.diff       |    3 +-
 debian/patches/no_external_css.diff                |    9 +-
 debian/patches/no_snowballstemmer.diff             |   17 +-
 debian/patches/reproducible_grammar.diff           |   70 -
 debian/patches/reproducible_inventory.diff         |   26 -
 debian/patches/reproducible_js_locale.diff         |   26 -
 debian/patches/reproducible_searchindex.diff       |   29 -
 debian/patches/series                              |    6 -
 debian/patches/source_date_epoch.diff              |   44 -
 debian/watch                                       |    4 +-
 doc/_templates/index.html                          |    4 +-
 doc/builders.rst                                   |   38 +-
 doc/config.rst                                     |  219 +-
 doc/develop.rst                                    |   26 +-
 doc/domains.rst                                    |  296 ++-
 doc/ext/autodoc.rst                                |    8 +-
 doc/ext/autosectionlabel.rst                       |   25 +
 doc/ext/example_google.py                          |  197 +-
 doc/ext/example_numpy.py                           |  109 +-
 doc/ext/githubpages.rst                            |   12 +
 doc/ext/graphviz.rst                               |    9 +
 doc/ext/math.rst                                   |   88 +-
 doc/ext/napoleon.rst                               |   23 +-
 doc/ext/todo.rst                                   |    8 +
 doc/extdev/appapi.rst                              |   28 +
 doc/extdev/index.rst                               |    1 +
 doc/extdev/markupapi.rst                           |    2 +-
 doc/extdev/parserapi.rst                           |    8 +
 doc/extdev/tutorial.rst                            |   20 +-
 doc/extensions.rst                                 |   18 +-
 doc/faq.rst                                        |   16 +-
 doc/install.rst                                    |    6 +-
 doc/intl.rst                                       |   32 +-
 doc/intro.rst                                      |   12 +-
 doc/invocation.rst                                 |   20 +-
 doc/markup/misc.rst                                |    2 +-
 doc/markup/para.rst                                |   20 +
 doc/markup/toctree.rst                             |    9 +-
 doc/rest.rst                                       |    6 +-
 doc/theming.rst                                    |   10 +-
 ez_setup.py                                        |  332 ---
 setup.py                                           |   10 +-
 sphinx/__init__.py                                 |    6 +-
 sphinx/addnodes.py                                 |   17 +-
 sphinx/apidoc.py                                   |    4 +
 sphinx/application.py                              |   63 +-
 sphinx/builders/__init__.py                        |   23 +-
 sphinx/builders/dummy.py                           |   36 +
 sphinx/builders/epub.py                            |  147 +-
 sphinx/builders/epub3.py                           |  213 ++
 sphinx/builders/gettext.py                         |   10 +-
 sphinx/builders/html.py                            |   31 +-
 sphinx/builders/htmlhelp.py                        |    2 +-
 sphinx/builders/latex.py                           |   19 +-
 sphinx/builders/linkcheck.py                       |   81 +-
 sphinx/builders/qthelp.py                          |    2 +-
 sphinx/cmdline.py                                  |    2 +-
 sphinx/config.py                                   |  103 +-
 sphinx/directives/__init__.py                      |    1 +
 sphinx/directives/code.py                          |    4 +
 sphinx/directives/patches.py                       |   33 +
 sphinx/domains/c.py                                |    2 +-
 sphinx/domains/cpp.py                              | 2439 +++++++++++++++-----
 sphinx/domains/javascript.py                       |    2 +-
 sphinx/domains/python.py                           |    4 +-
 sphinx/domains/rst.py                              |    2 +-
 sphinx/domains/std.py                              |  177 +-
 sphinx/environment.py                              |  148 +-
 sphinx/ext/autodoc.py                              |  144 +-
 sphinx/ext/autosectionlabel.py                     |   34 +
 sphinx/ext/autosummary/__init__.py                 |    2 +-
 sphinx/ext/githubpages.py                          |   24 +
 sphinx/ext/graphviz.py                             |   70 +-
 sphinx/ext/{pngmath.py => imgmath.py}              |  137 +-
 sphinx/ext/inheritance_diagram.py                  |    6 +-
 sphinx/ext/intersphinx.py                          |  139 +-
 sphinx/ext/mathbase.py                             |   36 +-
 sphinx/ext/mathjax.py                              |   25 +-
 sphinx/ext/napoleon/__init__.py                    |   20 +-
 sphinx/ext/napoleon/docstring.py                   |  176 +-
 sphinx/ext/pngmath.py                              |    7 +-
 sphinx/ext/todo.py                                 |   37 +-
 sphinx/ext/viewcode.py                             |    6 +-
 sphinx/highlighting.py                             |   74 +-
 sphinx/io.py                                       |   12 +-
 sphinx/locale/bn/LC_MESSAGES/sphinx.mo             |  Bin 13968 -> 14049 bytes
 sphinx/locale/bn/LC_MESSAGES/sphinx.po             |  358 +--
 sphinx/locale/ca/LC_MESSAGES/sphinx.mo             |  Bin 10822 -> 10780 bytes
 sphinx/locale/ca/LC_MESSAGES/sphinx.po             |  355 +--
 sphinx/locale/cs/LC_MESSAGES/sphinx.mo             |  Bin 10965 -> 10875 bytes
 sphinx/locale/cs/LC_MESSAGES/sphinx.po             |  357 +--
 sphinx/locale/da/LC_MESSAGES/sphinx.mo             |  Bin 10716 -> 10617 bytes
 sphinx/locale/da/LC_MESSAGES/sphinx.po             |  357 +--
 sphinx/locale/de/LC_MESSAGES/sphinx.mo             |  Bin 11040 -> 10946 bytes
 sphinx/locale/de/LC_MESSAGES/sphinx.po             |  359 +--
 sphinx/locale/es/LC_MESSAGES/sphinx.mo             |  Bin 11373 -> 11260 bytes
 sphinx/locale/es/LC_MESSAGES/sphinx.po             |  369 +--
 sphinx/locale/et/LC_MESSAGES/sphinx.mo             |  Bin 10831 -> 10748 bytes
 sphinx/locale/et/LC_MESSAGES/sphinx.po             |  359 +--
 sphinx/locale/eu/LC_MESSAGES/sphinx.mo             |  Bin 10903 -> 10932 bytes
 sphinx/locale/eu/LC_MESSAGES/sphinx.po             |  353 +--
 sphinx/locale/fa/LC_MESSAGES/sphinx.mo             |  Bin 11383 -> 11464 bytes
 sphinx/locale/fa/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/fi/LC_MESSAGES/sphinx.mo             |  Bin 10451 -> 10590 bytes
 sphinx/locale/fi/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/fr/LC_MESSAGES/sphinx.mo             |  Bin 11307 -> 11209 bytes
 sphinx/locale/fr/LC_MESSAGES/sphinx.po             |  372 +--
 sphinx/locale/he/LC_MESSAGES/sphinx.mo             |  Bin 11265 -> 11155 bytes
 sphinx/locale/he/LC_MESSAGES/sphinx.po             |  342 +--
 sphinx/locale/hr/LC_MESSAGES/sphinx.mo             |  Bin 10846 -> 10927 bytes
 sphinx/locale/hr/LC_MESSAGES/sphinx.po             |  357 +--
 sphinx/locale/hu/LC_MESSAGES/sphinx.mo             |  Bin 11343 -> 11241 bytes
 sphinx/locale/hu/LC_MESSAGES/sphinx.po             |  362 +--
 sphinx/locale/id/LC_MESSAGES/sphinx.mo             |  Bin 10712 -> 10621 bytes
 sphinx/locale/id/LC_MESSAGES/sphinx.po             |  362 +--
 sphinx/locale/it/LC_MESSAGES/sphinx.mo             |  Bin 11079 -> 10991 bytes
 sphinx/locale/it/LC_MESSAGES/sphinx.po             |  367 +--
 sphinx/locale/ja/LC_MESSAGES/sphinx.mo             |  Bin 11686 -> 11569 bytes
 sphinx/locale/ja/LC_MESSAGES/sphinx.po             |  351 +--
 sphinx/locale/ko/LC_MESSAGES/sphinx.mo             |  Bin 10692 -> 10703 bytes
 sphinx/locale/ko/LC_MESSAGES/sphinx.po             |  342 +--
 sphinx/locale/lt/LC_MESSAGES/sphinx.mo             |  Bin 11145 -> 11055 bytes
 sphinx/locale/lt/LC_MESSAGES/sphinx.po             |  358 +--
 sphinx/locale/lv/LC_MESSAGES/sphinx.mo             |  Bin 11042 -> 10955 bytes
 sphinx/locale/lv/LC_MESSAGES/sphinx.po             |  353 +--
 sphinx/locale/mk/LC_MESSAGES/sphinx.mo             |  Bin 10954 -> 11061 bytes
 sphinx/locale/mk/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo          |  Bin 10539 -> 10439 bytes
 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po          |  346 +--
 sphinx/locale/ne/LC_MESSAGES/sphinx.mo             |  Bin 13511 -> 13399 bytes
 sphinx/locale/ne/LC_MESSAGES/sphinx.po             |  348 +--
 sphinx/locale/nl/LC_MESSAGES/sphinx.mo             |  Bin 10781 -> 10687 bytes
 sphinx/locale/nl/LC_MESSAGES/sphinx.po             |  354 +--
 sphinx/locale/pl/LC_MESSAGES/sphinx.mo             |  Bin 11052 -> 10954 bytes
 sphinx/locale/pl/LC_MESSAGES/sphinx.po             |  366 +--
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo          |  Bin 11235 -> 11141 bytes
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po          |  371 +--
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo          |  Bin 11182 -> 11086 bytes
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po          |  366 +--
 sphinx/locale/ru/LC_MESSAGES/sphinx.mo             |  Bin 13574 -> 13452 bytes
 sphinx/locale/ru/LC_MESSAGES/sphinx.po             |  359 +--
 sphinx/locale/si/LC_MESSAGES/sphinx.mo             |  Bin 11469 -> 11576 bytes
 sphinx/locale/si/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/sk/LC_MESSAGES/sphinx.mo             |  Bin 10973 -> 10876 bytes
 sphinx/locale/sk/LC_MESSAGES/sphinx.po             |  362 +--
 sphinx/locale/sl/LC_MESSAGES/sphinx.mo             |  Bin 10760 -> 10841 bytes
 sphinx/locale/sl/LC_MESSAGES/sphinx.po             |  356 +--
 sphinx/locale/sphinx.pot                           |  296 +--
 sphinx/locale/sv/LC_MESSAGES/sphinx.mo             |  Bin 10567 -> 10486 bytes
 sphinx/locale/sv/LC_MESSAGES/sphinx.po             |  350 +--
 sphinx/locale/tr/LC_MESSAGES/sphinx.mo             |  Bin 11161 -> 11063 bytes
 sphinx/locale/tr/LC_MESSAGES/sphinx.po             |  361 +--
 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo          |  Bin 12393 -> 12477 bytes
 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po          |  356 +--
 sphinx/locale/vi/LC_MESSAGES/sphinx.mo             |  Bin 11209 -> 11292 bytes
 sphinx/locale/vi/LC_MESSAGES/sphinx.po             |  350 +--
 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo          |  Bin 10284 -> 10191 bytes
 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po          |  346 +--
 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo          |  Bin 10586 -> 10653 bytes
 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po          |  342 +--
 sphinx/parsers.py                                  |   44 +
 sphinx/pycode/Grammar-py3.txt                      |   43 +-
 sphinx/pycode/pgen2/grammar.py                     |    1 +
 sphinx/pycode/pgen2/token.py                       |   17 +-
 sphinx/pycode/pgen2/tokenize.py                    |   14 +
 sphinx/quickstart.py                               |   64 +-
 sphinx/roles.py                                    |   11 +-
 sphinx/search/__init__.py                          |    1 +
 sphinx/search/en.py                                |   21 +-
 sphinx/search/ja.py                                |   70 +-
 sphinx/search/nl.py                                |  203 +-
 sphinx/search/{en.py => zh.py}                     |   59 +-
 sphinx/texinputs/Makefile                          |   12 +-
 sphinx/texinputs/newfloat.sty                      |  737 ++++++
 sphinx/texinputs/sphinx.sty                        |  155 +-
 sphinx/themes/agogo/layout.html                    |    3 -
 sphinx/themes/basic/changes/frameset.html          |    2 +-
 sphinx/themes/basic/changes/rstsource.html         |    2 +-
 sphinx/themes/basic/changes/versionchanges.html    |    2 +-
 sphinx/themes/basic/genindex.html                  |    2 +-
 sphinx/themes/basic/layout.html                    |    2 +-
 sphinx/themes/basic/searchbox.html                 |    3 -
 sphinx/themes/basic/static/basic.css_t             |    9 +
 .../basic/static/{doctools.js => doctools.js_t}    |   26 +
 sphinx/themes/basic/static/searchtools.js_t        |    4 +-
 sphinx/themes/basic/static/websupport.js           |    2 +-
 sphinx/themes/basic/theme.conf                     |    3 +-
 sphinx/theming.py                                  |   19 +-
 sphinx/transforms.py                               |   55 +-
 sphinx/util/__init__.py                            |   60 +-
 sphinx/util/console.py                             |    4 +-
 sphinx/util/i18n.py                                |   98 +
 sphinx/util/images.py                              |   59 +
 sphinx/util/logging.py                             |   29 +
 sphinx/util/nodes.py                               |    6 +-
 sphinx/util/osutil.py                              |    8 +-
 sphinx/util/pycompat.py                            |    2 +
 sphinx/util/texescape.py                           |    1 +
 sphinx/writers/html.py                             |   87 +-
 sphinx/writers/latex.py                            |  295 ++-
 sphinx/writers/manpage.py                          |   24 +-
 sphinx/writers/texinfo.py                          |   18 +-
 sphinx/writers/text.py                             |    9 +
 tests/path.py                                      |   21 +-
 tests/root/includes.txt                            |    2 +
 tests/root/lists.txt                               |    9 +
 tests/root/markup.txt                              |    2 +
 tests/root/objects.txt                             |    2 +-
 tests/roots/test-add_enumerable_node/conf.py       |   10 +
 tests/roots/test-add_enumerable_node/index.rst     |   48 +
 .../test-add_enumerable_node}/rimg.png             |  Bin
 .../test_enumerable_node.py                        |   65 +
 .../conf.py                                        |   18 +
 .../test_source_parser.py                          |   11 +
 tests/roots/test-add_source_parser/conf.py         |   18 +
 .../test-add_source_parser/test_source_parser.py   |   11 +
 tests/roots/test-config/conf.py                    |   47 +
 tests/roots/test-contentsname/conf.py              |    5 -
 .../test-directive-code/{index.rst => classes.rst} |   16 +-
 tests/roots/test-domain-cpp/any-role.rst           |    7 +-
 tests/roots/test-domain-cpp/index.rst              |    9 +
 tests/roots/test-domain-cpp/roles.rst              |    7 +-
 .../conf.py                                        |    2 +-
 tests/roots/test-ext-autosectionlabel/index.rst    |   25 +
 .../conf.py                                        |    2 +-
 tests/roots/test-ext-githubpages/index.rst         |    3 +
 tests/roots/test-ext-graphviz/conf.py              |    5 +
 tests/roots/test-ext-graphviz/graph.dot            |    3 +
 tests/roots/test-ext-graphviz/graph.xx.dot         |    3 +
 tests/roots/test-ext-graphviz/index.rst            |   14 +
 tests/roots/test-ext-inheritance_diagram/conf.py   |    9 +
 tests/roots/test-ext-inheritance_diagram/index.rst |    5 +
 tests/roots/test-ext-inheritance_diagram/test.py   |   17 +
 tests/roots/test-ext-math/conf.py                  |    6 +
 tests/roots/test-ext-math/index.rst                |   18 +
 tests/roots/test-html_extra_path/conf.py           |    6 +
 .../roots/test-html_extra_path/extra/.htaccess     |    0
 .../roots/test-html_extra_path/extra/.htpasswd     |    0
 .../roots/test-html_extra_path/extra/API.html_t    |    0
 .../roots/test-html_extra_path/extra/css/style.css |    0
 .../test-html_extra_path/extra}/rimg.png           |  Bin
 tests/roots/test-html_extra_path/index.rst         |    3 +
 .../test-html_extra_path/subdir/_build/index.html  |    0
 .../test-html_extra_path/subdir/background.png     |  Bin
 .../conf.py                                        |    1 -
 tests/{root => roots/test-image-glob}/img.gif      |  Bin
 .../test-image-glob/img.ja.png}                    |  Bin
 tests/{root => roots/test-image-glob}/img.pdf      |  Bin
 tests/{root => roots/test-image-glob}/img.png      |  Bin
 .../test-image-glob/img.zh.png}                    |  Bin
 tests/roots/test-image-glob/index.rst              |   14 +
 tests/{root => roots/test-image-glob}/rimg.png     |  Bin
 .../roots/test-image-glob/rimg.png.xx              |  Bin
 .../roots/test-image-glob/rimg.xx.png              |  Bin
 tests/roots/test-image-glob/subdir/index.rst       |   10 +
 .../test-image-glob/subdir}/rimg.png               |  Bin
 .../roots/test-image-glob/subdir/rimg.xx.png       |  Bin
 .../test-image-glob/subdir}/svgimg.pdf             |  Bin
 .../test-image-glob/subdir}/svgimg.svg             |    0
 .../test-image-glob/subdir/svgimg.xx.svg}          |    0
 .../bar.rst                                        |    0
 tests/roots/test-latex-babel/conf.py               |    8 +
 .../foo.rst                                        |    0
 .../index.rst                                      |    0
 tests/test_application.py                          |   15 +
 tests/test_autodoc.py                              |   82 +-
 tests/test_autodoc_py35.py                         |  346 +++
 tests/test_build.py                                |   52 +-
 tests/test_build_html.py                           |   57 +-
 tests/test_build_latex.py                          |  312 ++-
 tests/test_build_manpage.py                        |    5 +
 tests/test_build_texinfo.py                        |    1 +
 tests/test_config.py                               |  110 +-
 tests/test_directive_code.py                       |   21 +-
 tests/test_domain_cpp.py                           |  287 ++-
 tests/test_domain_std.py                           |   23 -
 tests/test_ext_autosectionlabel.py                 |   36 +
 tests/test_ext_githubpages.py                      |   20 +
 tests/test_ext_graphviz.py                         |   72 +-
 tests/test_ext_inheritance_diagram.py              |   17 +
 tests/test_ext_intersphinx.py                      |   80 +-
 tests/test_ext_math.py                             |   73 +
 tests/test_ext_napoleon_docstring.py               |  767 +++++-
 tests/test_highlighting.py                         |   26 +
 tests/test_intl.py                                 |  108 +-
 tests/test_markup.py                               |    4 +-
 tests/test_quickstart.py                           |    3 +-
 tests/test_search.py                               |    2 +-
 tests/test_util.py                                 |   19 +-
 tests/test_util_i18n.py                            |   70 +-
 tests/test_util_logging.py                         |   26 +
 tests/typing_test_data.py                          |   48 +
 tests/util.py                                      |   50 +-
 utils/check_sources.py                             |  121 +-
 utils/release-checklist                            |    2 +-
 305 files changed, 16404 insertions(+), 9331 deletions(-)
 delete mode 100644 debian/patches/disable_distribute_setup.diff
 delete mode 100644 debian/patches/reproducible_grammar.diff
 delete mode 100644 debian/patches/reproducible_inventory.diff
 delete mode 100644 debian/patches/reproducible_js_locale.diff
 delete mode 100644 debian/patches/reproducible_searchindex.diff
 delete mode 100644 debian/patches/source_date_epoch.diff
 create mode 100644 doc/ext/autosectionlabel.rst
 create mode 100644 doc/ext/githubpages.rst
 create mode 100644 doc/extdev/parserapi.rst
 delete mode 100644 ez_setup.py
 create mode 100644 sphinx/builders/dummy.py
 create mode 100644 sphinx/builders/epub3.py
 create mode 100644 sphinx/directives/patches.py
 create mode 100644 sphinx/ext/autosectionlabel.py
 create mode 100644 sphinx/ext/githubpages.py
 copy sphinx/ext/{pngmath.py => imgmath.py} (58%)
 create mode 100644 sphinx/parsers.py
 copy sphinx/search/{en.py => zh.py} (84%)
 create mode 100644 sphinx/texinputs/newfloat.sty
 rename sphinx/themes/basic/static/{doctools.js => doctools.js_t} (89%)
 create mode 100644 sphinx/util/images.py
 create mode 100644 sphinx/util/logging.py
 create mode 100644 tests/roots/test-add_enumerable_node/conf.py
 create mode 100644 tests/roots/test-add_enumerable_node/index.rst
 copy tests/{root => roots/test-add_enumerable_node}/rimg.png (100%)
 create mode 100644 tests/roots/test-add_enumerable_node/test_enumerable_node.py
 create mode 100644 tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py
 create mode 100644 tests/roots/test-add_source_parser-conflicts-with-users-setting/test_source_parser.py
 create mode 100644 tests/roots/test-add_source_parser/conf.py
 create mode 100644 tests/roots/test-add_source_parser/test_source_parser.py
 create mode 100644 tests/roots/test-config/conf.py
 delete mode 100644 tests/roots/test-contentsname/conf.py
 copy tests/roots/test-directive-code/{index.rst => classes.rst} (60%)
 copy tests/roots/{test-directive-code => test-ext-autosectionlabel}/conf.py (50%)
 create mode 100644 tests/roots/test-ext-autosectionlabel/index.rst
 copy tests/roots/{test-directive-code => test-ext-githubpages}/conf.py (53%)
 create mode 100644 tests/roots/test-ext-githubpages/index.rst
 create mode 100644 tests/roots/test-ext-graphviz/graph.dot
 create mode 100644 tests/roots/test-ext-graphviz/graph.xx.dot
 create mode 100644 tests/roots/test-ext-inheritance_diagram/conf.py
 create mode 100644 tests/roots/test-ext-inheritance_diagram/index.rst
 create mode 100644 tests/roots/test-ext-inheritance_diagram/test.py
 create mode 100644 tests/roots/test-ext-math/conf.py
 create mode 100644 tests/roots/test-ext-math/index.rst
 create mode 100644 tests/roots/test-html_extra_path/conf.py
 copy debian/dh-sphinxdoc/empty.rst => tests/roots/test-html_extra_path/extra/.htaccess (100%)
 copy debian/dh-sphinxdoc/empty.rst => tests/roots/test-html_extra_path/extra/.htpasswd (100%)
 copy debian/dh-sphinxdoc/empty.rst => tests/roots/test-html_extra_path/extra/API.html_t (100%)
 copy debian/dh-sphinxdoc/empty.rst => tests/roots/test-html_extra_path/extra/css/style.css (100%)
 copy tests/{root => roots/test-html_extra_path/extra}/rimg.png (100%)
 create mode 100644 tests/roots/test-html_extra_path/index.rst
 copy debian/dh-sphinxdoc/empty.rst => tests/roots/test-html_extra_path/subdir/_build/index.html (100%)
 copy sphinx/themes/sphinxdoc/static/navigation.png => tests/roots/test-html_extra_path/subdir/background.png (100%)
 copy tests/roots/{test-directive-code => test-image-glob}/conf.py (60%)
 copy tests/{root => roots/test-image-glob}/img.gif (100%)
 copy tests/{root/img.foo.png => roots/test-image-glob/img.ja.png} (100%)
 copy tests/{root => roots/test-image-glob}/img.pdf (100%)
 copy tests/{root => roots/test-image-glob}/img.png (100%)
 copy tests/{root/img.foo.png => roots/test-image-glob/img.zh.png} (100%)
 create mode 100644 tests/roots/test-image-glob/index.rst
 copy tests/{root => roots/test-image-glob}/rimg.png (100%)
 copy sphinx/themes/sphinxdoc/static/navigation.png => tests/roots/test-image-glob/rimg.png.xx (100%)
 copy sphinx/themes/sphinxdoc/static/navigation.png => tests/roots/test-image-glob/rimg.xx.png (100%)
 create mode 100644 tests/roots/test-image-glob/subdir/index.rst
 copy tests/{root => roots/test-image-glob/subdir}/rimg.png (100%)
 copy sphinx/themes/sphinxdoc/static/navigation.png => tests/roots/test-image-glob/subdir/rimg.xx.png (100%)
 copy tests/{root => roots/test-image-glob/subdir}/svgimg.pdf (100%)
 copy tests/{root => roots/test-image-glob/subdir}/svgimg.svg (100%)
 copy tests/{root/svgimg.svg => roots/test-image-glob/subdir/svgimg.xx.svg} (100%)
 rename tests/roots/{test-contentsname => test-latex-babel}/bar.rst (100%)
 create mode 100644 tests/roots/test-latex-babel/conf.py
 rename tests/roots/{test-contentsname => test-latex-babel}/foo.rst (100%)
 rename tests/roots/{test-contentsname => test-latex-babel}/index.rst (100%)
 create mode 100644 tests/test_autodoc_py35.py
 create mode 100644 tests/test_ext_autosectionlabel.py
 create mode 100644 tests/test_ext_githubpages.py
 create mode 100644 tests/test_ext_inheritance_diagram.py
 create mode 100644 tests/test_ext_math.py
 create mode 100644 tests/test_util_logging.py
 create mode 100644 tests/typing_test_data.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