[Python-modules-commits] [sphinx] branch upstream updated (183a2a7 -> 51d0913)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Dec 15 08:54:32 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  183a2a7   Import sphinx_1.4.9.orig.tar.gz
       new  51d0913   Import sphinx_1.5.1.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:
 AUTHORS                                            |   12 +-
 CHANGES                                            |  317 +
 MANIFEST.in                                        |    4 +-
 Makefile                                           |    8 +-
 PKG-INFO                                           |    2 +-
 Sphinx.egg-info/PKG-INFO                           |    2 +-
 Sphinx.egg-info/SOURCES.txt                        |  108 +-
 Sphinx.egg-info/requires.txt                       |    2 +
 doc/Makefile                                       |    8 +-
 doc/_static/bookcover.png                          |  Bin 29597 -> 27523 bytes
 doc/_static/conf.py.txt                            |  360 +
 doc/_static/pocoo.png                              |  Bin 2003 -> 1498 bytes
 doc/_static/sphinx.png                             |  Bin 36665 -> 34213 bytes
 doc/_templates/index.html                          |   21 +-
 doc/_themes/sphinx13/static/bodybg.png             |  Bin 513 -> 429 bytes
 doc/_themes/sphinx13/static/footerbg.png           |  Bin 220 -> 180 bytes
 doc/_themes/sphinx13/static/headerbg.png           |  Bin 230 -> 189 bytes
 doc/_themes/sphinx13/static/listitem.png           |  Bin 207 -> 149 bytes
 doc/_themes/sphinx13/static/relbg.png              |  Bin 223 -> 183 bytes
 doc/_themes/sphinx13/static/sphinx13.css           |    6 +
 doc/_themes/sphinx13/static/sphinxheader.png       |  Bin 12567 -> 11719 bytes
 doc/builders.rst                                   |   15 +-
 doc/conf.py                                        |    3 +-
 doc/config.rst                                     |  299 +-
 doc/contents.rst                                   |   17 +-
 doc/devguide.rst                                   |   57 +
 doc/domains.rst                                    |  108 +
 doc/ext/builtins.rst                               |   24 +
 doc/ext/doctest.rst                                |   23 +-
 doc/ext/example_google.py                          |   65 +-
 doc/ext/example_numpy.py                           |   79 +-
 doc/ext/graphviz.rst                               |    4 +
 doc/ext/inheritance.rst                            |    5 +
 doc/ext/intersphinx.rst                            |   11 +
 doc/ext/napoleon.rst                               |   85 +-
 doc/{extensions.rst => ext/thirdparty.rst}         |   38 -
 doc/ext/todo.rst                                   |   15 +
 doc/ext/viewcode.rst                               |   28 +
 doc/extdev/appapi.rst                              |    2 +-
 doc/extdev/nodes.rst                               |    1 +
 doc/extensions.rst                                 |   61 +-
 doc/faq.rst                                        |   40 +-
 doc/glossary.rst                                   |    5 +
 doc/install.rst                                    |    6 +-
 doc/installpython.jpg                              |  Bin 28408 -> 25206 bytes
 doc/intro.rst                                      |    2 +-
 doc/invocation.rst                                 |   65 +-
 doc/latex.rst                                      |  445 +
 doc/man/sphinx-apidoc.rst                          |    1 +
 doc/markup/code.rst                                |    2 +-
 doc/markup/inline.rst                              |   15 +-
 doc/markup/misc.rst                                |   11 +-
 doc/markup/toctree.rst                             |   10 +
 doc/more.png                                       |  Bin 1473 -> 1351 bytes
 doc/pythonorg.png                                  |  Bin 153185 -> 149780 bytes
 doc/rest.rst                                       |    8 +-
 doc/themes/agogo.png                               |  Bin 29278 -> 25792 bytes
 doc/themes/alabaster.png                           |  Bin 33972 -> 32356 bytes
 doc/themes/bizstyle.png                            |  Bin 36234 -> 27139 bytes
 doc/themes/classic.png                             |  Bin 43969 -> 39927 bytes
 doc/themes/fullsize/agogo.png                      |  Bin 61906 -> 56954 bytes
 doc/themes/fullsize/alabaster.png                  |  Bin 55934 -> 40248 bytes
 doc/themes/fullsize/bizstyle.png                   |  Bin 103961 -> 75192 bytes
 doc/themes/fullsize/classic.png                    |  Bin 78947 -> 72597 bytes
 doc/themes/fullsize/haiku.png                      |  Bin 88689 -> 84200 bytes
 doc/themes/fullsize/nature.png                     |  Bin 36087 -> 32266 bytes
 doc/themes/fullsize/pyramid.png                    |  Bin 107322 -> 102717 bytes
 doc/themes/fullsize/scrolls.png                    |  Bin 97121 -> 88111 bytes
 doc/themes/fullsize/sphinx_rtd_theme.png           |  Bin 57187 -> 39411 bytes
 doc/themes/fullsize/sphinxdoc.png                  |  Bin 91063 -> 84439 bytes
 doc/themes/fullsize/traditional.png                |  Bin 99337 -> 91744 bytes
 doc/themes/haiku.png                               |  Bin 44727 -> 43184 bytes
 doc/themes/nature.png                              |  Bin 32041 -> 28536 bytes
 doc/themes/pyramid.png                             |  Bin 40085 -> 38805 bytes
 doc/themes/scrolls.png                             |  Bin 31717 -> 27800 bytes
 doc/themes/sphinx_rtd_theme.png                    |  Bin 31686 -> 29138 bytes
 doc/themes/sphinxdoc.png                           |  Bin 33091 -> 30225 bytes
 doc/themes/traditional.png                         |  Bin 35367 -> 32258 bytes
 doc/theming.rst                                    |    2 +-
 doc/translation.png                                |  Bin 14572 -> 13791 bytes
 setup.cfg                                          |    2 +-
 setup.py                                           |   45 +-
 sphinx/__init__.py                                 |   27 +-
 sphinx/addnodes.py                                 |   67 +-
 sphinx/apidoc.py                                   |   64 +-
 sphinx/application.py                              |   95 +-
 sphinx/builders/__init__.py                        |   27 -
 sphinx/builders/applehelp.py                       |   63 +-
 sphinx/builders/changes.py                         |   53 +-
 sphinx/builders/devhelp.py                         |   38 +-
 sphinx/builders/dummy.py                           |   10 +
 sphinx/builders/epub.py                            |   80 +-
 sphinx/builders/epub3.py                           |   93 +-
 sphinx/builders/gettext.py                         |   32 +-
 sphinx/builders/html.py                            |  187 +-
 sphinx/builders/htmlhelp.py                        |   42 +-
 sphinx/builders/latex.py                           |  146 +-
 sphinx/builders/linkcheck.py                       |  146 +-
 sphinx/builders/manpage.py                         |   17 +
 sphinx/builders/qthelp.py                          |   35 +-
 sphinx/builders/texinfo.py                         |   30 +-
 sphinx/builders/text.py                            |   18 +-
 sphinx/builders/websupport.py                      |   10 +
 sphinx/builders/xml.py                             |   18 +-
 sphinx/cmdline.py                                  |  114 +-
 sphinx/config.py                                   |  245 +-
 sphinx/deprecation.py                              |   21 +
 sphinx/directives/__init__.py                      |   32 +-
 sphinx/directives/code.py                          |   67 +-
 sphinx/directives/other.py                         |   52 +-
 sphinx/directives/patches.py                       |   32 +-
 sphinx/domains/__init__.py                         |   17 -
 sphinx/domains/c.py                                |   10 +
 sphinx/domains/cpp.py                              |  495 +-
 sphinx/domains/javascript.py                       |   10 +
 sphinx/domains/python.py                           |   41 +-
 sphinx/domains/rst.py                              |   10 +
 sphinx/domains/std.py                              |  293 +-
 sphinx/{environment.py => environment/__init__.py} | 1001 +--
 sphinx/environment/managers/__init__.py            |   37 +
 sphinx/environment/managers/indexentries.py        |  176 +
 sphinx/environment/managers/toctree.py             |  561 ++
 sphinx/errors.py                                   |    5 +-
 sphinx/ext/autodoc.py                              |   53 +-
 sphinx/ext/autosummary/__init__.py                 |   33 +-
 sphinx/ext/coverage.py                             |   20 +-
 sphinx/ext/doctest.py                              |    7 +-
 sphinx/ext/graphviz.py                             |   38 +-
 sphinx/ext/imgmath.py                              |    5 +-
 sphinx/ext/inheritance_diagram.py                  |   14 +-
 sphinx/ext/intersphinx.py                          |  119 +-
 sphinx/ext/jsmath.py                               |    6 +-
 sphinx/ext/mathbase.py                             |  186 +-
 sphinx/ext/mathjax.py                              |    5 +-
 sphinx/ext/napoleon/__init__.py                    |   95 +-
 sphinx/ext/napoleon/docstring.py                   |  129 +-
 sphinx/ext/todo.py                                 |    7 +
 sphinx/ext/viewcode.py                             |    5 +
 sphinx/highlighting.py                             |    3 +-
 sphinx/io.py                                       |   30 +-
 sphinx/jinja2glue.py                               |    4 +-
 sphinx/locale/__init__.pyc                         |  Bin 0 -> 9704 bytes
 sphinx/locale/bn/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/bn/LC_MESSAGES/sphinx.mo             |  Bin 13904 -> 14336 bytes
 sphinx/locale/bn/LC_MESSAGES/sphinx.po             |  348 +-
 sphinx/locale/ca/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/ca/LC_MESSAGES/sphinx.mo             |  Bin 10846 -> 11323 bytes
 sphinx/locale/ca/LC_MESSAGES/sphinx.po             |  348 +-
 sphinx/locale/cs/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/cs/LC_MESSAGES/sphinx.mo             |  Bin 10993 -> 11471 bytes
 sphinx/locale/cs/LC_MESSAGES/sphinx.po             |  348 +-
 sphinx/locale/cy/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/cy/LC_MESSAGES/sphinx.mo             |  Bin 10905 -> 11380 bytes
 sphinx/locale/cy/LC_MESSAGES/sphinx.po             |  346 +-
 sphinx/locale/da/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/da/LC_MESSAGES/sphinx.mo             |  Bin 10738 -> 11231 bytes
 sphinx/locale/da/LC_MESSAGES/sphinx.po             |  352 +-
 sphinx/locale/de/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/de/LC_MESSAGES/sphinx.mo             |  Bin 11054 -> 11555 bytes
 sphinx/locale/de/LC_MESSAGES/sphinx.po             |  357 +-
 sphinx/locale/el/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/el/LC_MESSAGES/sphinx.mo             |  Bin 14388 -> 14824 bytes
 sphinx/locale/el/LC_MESSAGES/sphinx.po             |  348 +-
 sphinx/locale/eo/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/eo/LC_MESSAGES/sphinx.mo             |  Bin 10675 -> 11147 bytes
 sphinx/locale/eo/LC_MESSAGES/sphinx.po             |  344 +-
 sphinx/locale/es/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/es/LC_MESSAGES/sphinx.mo             |  Bin 11406 -> 11933 bytes
 sphinx/locale/es/LC_MESSAGES/sphinx.po             |  353 +-
 sphinx/locale/et/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/et/LC_MESSAGES/sphinx.mo             |  Bin 10873 -> 11325 bytes
 sphinx/locale/et/LC_MESSAGES/sphinx.po             |  356 +-
 sphinx/locale/eu/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/eu/LC_MESSAGES/sphinx.mo             |  Bin 10931 -> 11410 bytes
 sphinx/locale/eu/LC_MESSAGES/sphinx.po             |  346 +-
 sphinx/locale/fa/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/fa/LC_MESSAGES/sphinx.mo             |  Bin 11418 -> 11888 bytes
 sphinx/locale/fa/LC_MESSAGES/sphinx.po             |  340 +-
 sphinx/locale/fi/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/fi/LC_MESSAGES/sphinx.mo             |  Bin 10489 -> 10971 bytes
 sphinx/locale/fi/LC_MESSAGES/sphinx.po             |  340 +-
 sphinx/locale/fr/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/fr/LC_MESSAGES/sphinx.mo             |  Bin 11353 -> 11836 bytes
 sphinx/locale/fr/LC_MESSAGES/sphinx.po             |  359 +-
 sphinx/locale/he/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/he/LC_MESSAGES/sphinx.mo             |  Bin 11250 -> 11691 bytes
 sphinx/locale/he/LC_MESSAGES/sphinx.po             |  344 +-
 sphinx/locale/hi/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/hi/LC_MESSAGES/sphinx.mo             |  Bin 10768 -> 11591 bytes
 sphinx/locale/hi/LC_MESSAGES/sphinx.po             |  370 +-
 sphinx/locale/hr/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/hr/LC_MESSAGES/sphinx.mo             |  Bin 10863 -> 11339 bytes
 sphinx/locale/hr/LC_MESSAGES/sphinx.po             |  374 +-
 sphinx/locale/hu/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/hu/LC_MESSAGES/sphinx.mo             |  Bin 11350 -> 11793 bytes
 sphinx/locale/hu/LC_MESSAGES/sphinx.po             |  348 +-
 sphinx/locale/id/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/id/LC_MESSAGES/sphinx.mo             |  Bin 10744 -> 11216 bytes
 sphinx/locale/id/LC_MESSAGES/sphinx.po             |  354 +-
 sphinx/locale/it/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/it/LC_MESSAGES/sphinx.mo             |  Bin 11108 -> 11635 bytes
 sphinx/locale/it/LC_MESSAGES/sphinx.po             |  349 +-
 sphinx/locale/ja/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/ja/LC_MESSAGES/sphinx.mo             |  Bin 11715 -> 12237 bytes
 sphinx/locale/ja/LC_MESSAGES/sphinx.po             |  358 +-
 sphinx/locale/ko/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/ko/LC_MESSAGES/sphinx.mo             |  Bin 10705 -> 11185 bytes
 sphinx/locale/ko/LC_MESSAGES/sphinx.po             |  338 +-
 sphinx/locale/lt/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/lt/LC_MESSAGES/sphinx.mo             |  Bin 11167 -> 11626 bytes
 sphinx/locale/lt/LC_MESSAGES/sphinx.po             |  348 +-
 sphinx/locale/lv/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/lv/LC_MESSAGES/sphinx.mo             |  Bin 11067 -> 11546 bytes
 sphinx/locale/lv/LC_MESSAGES/sphinx.po             |  348 +-
 sphinx/locale/mk/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/mk/LC_MESSAGES/sphinx.mo             |  Bin 10989 -> 11469 bytes
 sphinx/locale/mk/LC_MESSAGES/sphinx.po             |  338 +-
 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo          |  Bin 10566 -> 11045 bytes
 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po          |  348 +-
 sphinx/locale/ne/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/ne/LC_MESSAGES/sphinx.mo             |  Bin 13415 -> 13874 bytes
 sphinx/locale/ne/LC_MESSAGES/sphinx.po             |  349 +-
 sphinx/locale/nl/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/nl/LC_MESSAGES/sphinx.mo             |  Bin 10811 -> 11445 bytes
 sphinx/locale/nl/LC_MESSAGES/sphinx.po             |  463 +-
 sphinx/locale/pl/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/pl/LC_MESSAGES/sphinx.mo             |  Bin 11052 -> 11578 bytes
 sphinx/locale/pl/LC_MESSAGES/sphinx.po             |  354 +-
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo          |  Bin 11153 -> 11674 bytes
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po          |  350 +-
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo          |  Bin 11202 -> 11678 bytes
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po          |  349 +-
 sphinx/locale/ro/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/ro/LC_MESSAGES/sphinx.mo             |  Bin 11196 -> 11655 bytes
 sphinx/locale/ro/LC_MESSAGES/sphinx.po             |  349 +-
 sphinx/locale/ru/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/ru/LC_MESSAGES/sphinx.mo             |  Bin 13829 -> 14547 bytes
 sphinx/locale/ru/LC_MESSAGES/sphinx.po             |  359 +-
 sphinx/locale/si/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/si/LC_MESSAGES/sphinx.mo             |  Bin 11504 -> 11984 bytes
 sphinx/locale/si/LC_MESSAGES/sphinx.po             |  338 +-
 sphinx/locale/sk/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/sk/LC_MESSAGES/sphinx.mo             |  Bin 11000 -> 11507 bytes
 sphinx/locale/sk/LC_MESSAGES/sphinx.po             |  351 +-
 sphinx/locale/sl/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/sl/LC_MESSAGES/sphinx.mo             |  Bin 10811 -> 11265 bytes
 sphinx/locale/sl/LC_MESSAGES/sphinx.po             |  348 +-
 sphinx/locale/sphinx.pot                           |  336 +-
 sphinx/locale/sv/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/sv/LC_MESSAGES/sphinx.mo             |  Bin 10615 -> 11087 bytes
 sphinx/locale/sv/LC_MESSAGES/sphinx.po             |  348 +-
 sphinx/locale/tr/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/tr/LC_MESSAGES/sphinx.mo             |  Bin 11185 -> 11658 bytes
 sphinx/locale/tr/LC_MESSAGES/sphinx.po             |  350 +-
 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo          |  Bin 12384 -> 12847 bytes
 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po          |  348 +-
 sphinx/locale/vi/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/vi/LC_MESSAGES/sphinx.mo             |  Bin 11232 -> 11688 bytes
 sphinx/locale/vi/LC_MESSAGES/sphinx.po             |  342 +-
 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo          |  Bin 10309 -> 10778 bytes
 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po          |  350 +-
 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo          |  Bin 10487 -> 10945 bytes
 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po          |  361 +-
 sphinx/make_mode.py                                |   48 +-
 sphinx/pycode/Grammar-py2-sphinx1.4.pickle         |  Bin 18675 -> 18705 bytes
 sphinx/pycode/__init__.py                          |    2 +-
 sphinx/pycode/pgen2/driver.py                      |   46 +-
 sphinx/pycode/pgen2/pgen.py                        |    5 +-
 sphinx/quickstart.py                               | 1158 +--
 sphinx/roles.py                                    |   25 +-
 sphinx/search/__init__.py                          |   68 +-
 sphinx/search/en.py                                |    2 +-
 sphinx/setup_command.py                            |   48 +-
 sphinx/templates/latex/content.tex_t               |   52 +
 .../templates/quickstart/Makefile.new_t            |   20 +-
 sphinx/templates/quickstart/Makefile_t             |  242 +
 sphinx/templates/quickstart/conf.py_t              |  193 +
 .../templates/quickstart/make.bat.new_t            |   70 +-
 sphinx/templates/quickstart/make.bat_t             |  285 +
 sphinx/templates/quickstart/master_doc.rst_t       |   21 +
 sphinx/texinputs/{Makefile => Makefile_t}          |   14 +-
 sphinx/texinputs/fncychap.sty                      |  683 --
 sphinx/texinputs/footnotehyper-sphinx.sty          |  156 +
 sphinx/texinputs/iftex.sty                         |   97 -
 sphinx/texinputs/newfloat.sty                      |  737 --
 sphinx/texinputs/sphinx.sty                        |  891 +-
 sphinx/texinputs/sphinxhowto.cls                   |   37 +-
 sphinx/texinputs/sphinxmanual.cls                  |   44 +-
 sphinx/texinputs/tabulary.sty                      |  452 -
 sphinx/themes/agogo/static/agogo.css_t             |   14 +-
 sphinx/themes/agogo/static/bgfooter.png            |  Bin 434 -> 276 bytes
 sphinx/themes/agogo/static/bgtop.png               |  Bin 430 -> 266 bytes
 sphinx/themes/basic/defindex.html                  |    8 +-
 sphinx/themes/basic/domainindex.html               |    2 +-
 sphinx/themes/basic/genindex-single.html           |   16 +-
 sphinx/themes/basic/genindex.html                  |   16 +-
 sphinx/themes/basic/layout.html                    |    7 +-
 sphinx/themes/basic/static/basic.css_t             |   57 +-
 sphinx/themes/basic/static/comment-bright.png      |  Bin 3500 -> 756 bytes
 sphinx/themes/basic/static/comment-close.png       |  Bin 3578 -> 829 bytes
 sphinx/themes/basic/static/comment.png             |  Bin 3445 -> 641 bytes
 sphinx/themes/basic/static/down-pressed.png        |  Bin 347 -> 222 bytes
 sphinx/themes/basic/static/down.png                |  Bin 347 -> 202 bytes
 sphinx/themes/basic/static/file.png                |  Bin 358 -> 286 bytes
 .../static/{jquery-1.11.1.js => jquery-3.1.0.js}   | 8724 ++++++++++----------
 sphinx/themes/basic/static/jquery.js               |    8 +-
 sphinx/themes/basic/static/minus.png               |  Bin 173 -> 90 bytes
 sphinx/themes/basic/static/plus.png                |  Bin 173 -> 90 bytes
 sphinx/themes/basic/static/searchtools.js_t        |   13 +-
 sphinx/themes/basic/static/up-pressed.png          |  Bin 345 -> 214 bytes
 sphinx/themes/basic/static/up.png                  |  Bin 345 -> 203 bytes
 sphinx/themes/bizstyle/static/background_b01.png   |  Bin 87 -> 78 bytes
 sphinx/themes/classic/layout.html                  |    4 +-
 sphinx/themes/classic/static/classic.css_t         |    4 +-
 sphinx/themes/epub/layout.html                     |   11 +-
 sphinx/themes/epub/static/{epub.css => epub.css_t} |   57 +-
 sphinx/themes/haiku/static/alert_info_32.png       |  Bin 1168 -> 1128 bytes
 sphinx/themes/haiku/static/alert_warning_32.png    |  Bin 1060 -> 944 bytes
 sphinx/themes/haiku/static/bg-page.png             |  Bin 147 -> 82 bytes
 sphinx/themes/haiku/static/bullet_orange.png       |  Bin 365 -> 165 bytes
 sphinx/themes/{epub => nonav}/layout.html          |   17 +-
 .../static/epub.css => nonav/static/nonav.css}     |   50 +-
 sphinx/themes/{epub => nonav}/theme.conf           |    2 +-
 sphinx/themes/pyramid/static/dialog-note.png       |  Bin 1461 -> 1394 bytes
 sphinx/themes/pyramid/static/dialog-seealso.png    |  Bin 1473 -> 1351 bytes
 sphinx/themes/pyramid/static/dialog-todo.png       |  Bin 1311 -> 1186 bytes
 sphinx/themes/pyramid/static/dialog-topic.png      |  Bin 1910 -> 1798 bytes
 sphinx/themes/pyramid/static/dialog-warning.png    |  Bin 1365 -> 1280 bytes
 sphinx/themes/pyramid/static/headerbg.png          |  Bin 203 -> 190 bytes
 sphinx/themes/pyramid/static/middlebg.png          |  Bin 2763 -> 101 bytes
 sphinx/themes/scrolls/static/darkmetal.png         |  Bin 25389 -> 25238 bytes
 sphinx/themes/scrolls/static/headerbg.png          |  Bin 298 -> 172 bytes
 sphinx/themes/scrolls/static/logo.png              |  Bin 8654 -> 8305 bytes
 sphinx/themes/scrolls/static/metal.png             |  Bin 7939 -> 7547 bytes
 sphinx/themes/scrolls/static/navigation.png        |  Bin 216 -> 124 bytes
 sphinx/themes/scrolls/static/scrolls.css_t         |   16 +-
 sphinx/themes/scrolls/static/watermark.png         |  Bin 53916 -> 44483 bytes
 sphinx/themes/scrolls/static/watermark_blur.png    |  Bin 8970 -> 8049 bytes
 sphinx/themes/sphinxdoc/static/contents.png        |  Bin 202 -> 107 bytes
 sphinx/themes/sphinxdoc/static/navigation.png      |  Bin 218 -> 120 bytes
 sphinx/themes/traditional/static/traditional.css_t |   14 +-
 sphinx/theming.py                                  |    5 +-
 sphinx/transforms/__init__.py                      |  223 +
 sphinx/transforms/compact_bullet_list.py           |   82 +
 sphinx/{transforms.py => transforms/i18n.py}       |  226 +-
 sphinx/util/__init__.py                            |   57 +-
 sphinx/util/compat.py                              |    2 +
 sphinx/util/docfields.py                           |   28 +-
 sphinx/util/docutils.py                            |  103 +
 sphinx/util/fileutil.py                            |   82 +
 sphinx/util/i18n.py                                |   17 +-
 sphinx/util/images.py                              |    1 +
 sphinx/util/inspect.py                             |   14 +-
 sphinx/util/matching.py                            |   21 +
 sphinx/util/nodes.py                               |   49 +
 sphinx/util/osutil.py                              |   90 +-
 sphinx/util/png.py                                 |   15 +-
 sphinx/util/pycompat.py                            |   15 +-
 sphinx/util/requests.py                            |  114 +
 sphinx/util/template.py                            |   61 +
 sphinx/util/texescape.py                           |    1 +
 sphinx/websupport/__init__.py                      |   12 +-
 sphinx/websupport/search/__init__.py               |    8 +-
 sphinx/websupport/search/nullsearch.py             |    2 +-
 sphinx/websupport/search/whooshsearch.py           |    2 +-
 sphinx/writers/html.py                             |   60 +-
 sphinx/writers/latex.py                            |  569 +-
 sphinx/writers/manpage.py                          |   13 +-
 sphinx/writers/texinfo.py                          |    7 +-
 sphinx/writers/text.py                             |   20 +-
 tests/coverage.py                                  |   16 +-
 tests/root/Makefile                                |    2 +-
 tests/root/autodoc_missing_imports.py              |    9 +
 tests/root/contents.txt                            |    2 +
 tests/root/img.foo.png                             |  Bin 67765 -> 66247 bytes
 tests/root/img.png                                 |  Bin 67765 -> 66247 bytes
 tests/root/objects.txt                             |    8 +-
 tests/root/pep_0420/a/b/c/__init__.py              |    1 +
 tests/root/pep_0420/a/b/c/d.py                     |    1 +
 tests/root/pep_0420/a/b/x/y.py                     |    1 +
 tests/root/rimg.png                                |  Bin 218 -> 120 bytes
 tests/root/subdir/img.png                          |  Bin 67765 -> 66247 bytes
 tests/root/subdir/simg.png                         |  Bin 67765 -> 66247 bytes
 tests/root/testtheme/static/staticimg.png          |  Bin 218 -> 120 bytes
 tests/roots/test-add_enumerable_node/rimg.png      |  Bin 218 -> 120 bytes
 tests/roots/test-config/conf.py                    |    3 +-
 tests/roots/test-directive-code/lineno_match.rst   |    6 +
 .../roots/test-ext-autodoc/autodoc_dummy_module.py |    6 +
 .../{test-autosummary => test-ext-autodoc}/conf.py |    7 +-
 tests/roots/test-ext-autodoc/contents.rst          |    3 +
 tests/roots/test-ext-graphviz/index.rst            |    6 +
 tests/roots/test-ext-inheritance_diagram/index.rst |    3 +
 tests/roots/test-ext-math/index.rst                |    4 +
 tests/roots/test-ext-todo/bar.rst                  |    4 +
 .../{test-image-glob => test-ext-todo}/conf.py     |    1 +
 tests/roots/test-ext-todo/foo.rst                  |    4 +
 tests/roots/test-ext-todo/index.rst                |    9 +
 tests/roots/test-footnotes/index.rst               |   28 +-
 tests/roots/test-footnotes/rimg.png                |  Bin 218 -> 120 bytes
 .../conf.py                                        |    3 +
 .../extra/.htaccess                                |    0
 .../extra/.htpasswd                                |    0
 tests/roots/test-html_assets/extra/API.html_t      |    1 +
 .../extra/css/style.css                            |    0
 tests/roots/test-html_assets/extra/rimg.png        |  Bin 0 -> 120 bytes
 .../extra/subdir}/.htaccess                        |    0
 .../extra/subdir}/.htpasswd                        |    0
 .../index.rst                                      |    0
 .../extra => test-html_assets/static}/.htaccess    |    0
 .../extra => test-html_assets/static}/.htpasswd    |    0
 tests/roots/test-html_assets/static/API.html_t     |    1 +
 .../static/css/style.css}                          |    0
 tests/roots/test-html_assets/static/rimg.png       |  Bin 0 -> 120 bytes
 .../static/subdir}/.htaccess                       |    0
 .../static/subdir}/.htpasswd                       |    0
 .../subdir/_build/index.html                       |    0
 tests/roots/test-html_assets/subdir/background.png |  Bin 0 -> 120 bytes
 tests/roots/test-html_extra_path/extra/rimg.png    |  Bin 218 -> 0 bytes
 .../test-html_extra_path/subdir/background.png     |  Bin 218 -> 0 bytes
 tests/roots/test-image-glob/img.ja.png             |  Bin 67765 -> 66247 bytes
 tests/roots/test-image-glob/img.png                |  Bin 67765 -> 66247 bytes
 tests/roots/test-image-glob/img.zh.png             |  Bin 67765 -> 66247 bytes
 tests/roots/test-image-glob/rimg.png               |  Bin 218 -> 120 bytes
 tests/roots/test-image-glob/rimg.xx.png            |  Bin 218 -> 120 bytes
 tests/roots/test-image-glob/subdir/rimg.png        |  Bin 218 -> 120 bytes
 tests/roots/test-image-glob/subdir/rimg.xx.png     |  Bin 218 -> 120 bytes
 .../roots/test-image-glob/testima\314\210ge.png"   |  Bin 67765 -> 66247 bytes
 tests/roots/test-image-in-section/pic.png          |  Bin 218 -> 120 bytes
 tests/roots/test-intl/{warnings.po => contents.po} |   15 +-
 tests/roots/test-intl/contents.txt                 |    5 +
 tests/roots/test-intl/i18n.png                     |  Bin 67765 -> 66247 bytes
 tests/roots/test-intl/img.png                      |  Bin 67765 -> 66247 bytes
 tests/roots/test-intl/{warnings.po => only.po}     |   14 +-
 tests/roots/test-intl/only.txt                     |   14 +
 .../conf.py                                        |    1 +
 tests/roots/test-keep_warnings/index.rst           |    2 +
 .../{test-build-text => test-linkcheck}/conf.py    |    3 +-
 tests/roots/test-linkcheck/links.txt               |   11 +
 tests/roots/test-maxlistdepth/conf.py              |   14 +
 tests/roots/test-maxlistdepth/index.rst            |   57 +
 tests/roots/test-numfig/bar.rst                    |    8 +
 tests/roots/test-numfig/baz.rst                    |    2 +
 tests/roots/test-numfig/foo.rst                    |   10 +
 tests/roots/test-numfig/index.rst                  |    7 +
 tests/roots/test-numfig/rimg.png                   |  Bin 218 -> 120 bytes
 .../conf.py                                        |    1 +
 tests/roots/test-refonly_bullet_list/index.rst     |   14 +
 .../{test-directive-code => test-search}/conf.py   |    5 +-
 tests/roots/test-search/index.rst                  |   30 +
 tests/roots/test-search/tocitem.rst                |   10 +
 tests/roots/test-toctree-glob/index.rst            |   16 +
 .../test-toctree-maxdepth/{index.rst => qux.rst}   |    2 +-
 tests/roots/test-toctree/bar.rst                   |    2 +
 .../{test-toctree-glob => test-toctree}/baz.rst    |    4 +-
 tests/roots/{test-basic => test-toctree}/conf.py   |    0
 tests/roots/test-toctree/foo.rst                   |   15 +
 .../contents.txt => roots/test-toctree/index.rst}  |   56 +-
 .../{test-toctree-glob => test-toctree}/quux.rst   |    4 +-
 tests/roots/test-toctree/qux.rst                   |    1 +
 tests/roots/test-toctree/tocdepth.rst              |   15 +
 tests/run.py                                       |    4 +-
 tests/test_api_translator.py                       |    2 +-
 tests/test_apidoc.py                               |   88 +
 tests/test_application.py                          |   29 +-
 tests/test_autodoc.py                              |   75 +-
 tests/test_build.py                                |   40 +-
 tests/test_build_html.py                           |  186 +-
 tests/test_build_latex.py                          |  571 +-
 tests/test_build_linkcheck.py                      |   38 +
 tests/test_build_texinfo.py                        |    5 +-
 tests/test_build_text.py                           |    2 +-
 tests/test_config.py                               |   16 +-
 tests/test_directive_code.py                       |   46 +-
 tests/test_directive_only.py                       |    3 +-
 tests/test_domain_cpp.py                           |   85 +-
 tests/test_domain_std.py                           |    4 +-
 tests/test_environment_indexentries.py             |  136 +
 tests/test_environment_toctree.py                  |  332 +
 tests/test_ext_autodoc.py                          |   25 +
 tests/test_ext_graphviz.py                         |    9 +
 tests/test_ext_inheritance_diagram.py              |   25 +
 tests/test_ext_intersphinx.py                      |   97 +-
 tests/test_ext_math.py                             |   18 +-
 tests/test_ext_napoleon.py                         |    3 +-
 tests/test_ext_napoleon_docstring.py               |   63 +-
 tests/test_ext_todo.py                             |   85 +
 tests/test_intl.py                                 |   69 +-
 tests/test_markup.py                               |   54 +-
 tests/test_quickstart.py                           |   13 +
 tests/test_search.py                               |   73 +-
 tests/test_searchadapters.py                       |    2 +-
 tests/test_setup_command.py                        |   22 +
 tests/test_theming.py                              |    8 +-
 tests/test_util.py                                 |    5 +
 tests/test_util_fileutil.py                        |  114 +
 tests/test_util_i18n.py                            |   12 +
 tests/test_util_matching.py                        |   91 +
 tests/test_writer_latex.py                         |   36 +
 tests/typing_test_data.py                          |   14 +-
 tests/util.py                                      |   40 +-
 utils/check_sources.py                             |    5 +-
 utils/reindent.py                                  |    9 +-
 utils/release-checklist                            |    2 +
 509 files changed, 23871 insertions(+), 18443 deletions(-)
 create mode 100644 doc/_static/conf.py.txt
 create mode 100644 doc/ext/builtins.rst
 copy doc/{extensions.rst => ext/thirdparty.rst} (60%)
 create mode 100644 doc/latex.rst
 create mode 100644 sphinx/deprecation.py
 rename sphinx/{environment.py => environment/__init__.py} (53%)
 create mode 100644 sphinx/environment/managers/__init__.py
 create mode 100644 sphinx/environment/managers/indexentries.py
 create mode 100644 sphinx/environment/managers/toctree.py
 create mode 100644 sphinx/locale/__init__.pyc
 create mode 100644 sphinx/templates/latex/content.tex_t
 copy doc/Makefile => sphinx/templates/quickstart/Makefile.new_t (52%)
 create mode 100644 sphinx/templates/quickstart/Makefile_t
 create mode 100644 sphinx/templates/quickstart/conf.py_t
 copy doc/make.bat => sphinx/templates/quickstart/make.bat.new_t (79%)
 create mode 100644 sphinx/templates/quickstart/make.bat_t
 create mode 100644 sphinx/templates/quickstart/master_doc.rst_t
 rename sphinx/texinputs/{Makefile => Makefile_t} (91%)
 delete mode 100644 sphinx/texinputs/fncychap.sty
 create mode 100644 sphinx/texinputs/footnotehyper-sphinx.sty
 delete mode 100755 sphinx/texinputs/iftex.sty
 delete mode 100644 sphinx/texinputs/newfloat.sty
 delete mode 100644 sphinx/texinputs/tabulary.sty
 rename sphinx/themes/basic/static/{jquery-1.11.1.js => jquery-3.1.0.js} (53%)
 copy sphinx/themes/epub/static/{epub.css => epub.css_t} (93%)
 copy sphinx/themes/{epub => nonav}/layout.html (54%)
 rename sphinx/themes/{epub/static/epub.css => nonav/static/nonav.css} (95%)
 copy sphinx/themes/{epub => nonav}/theme.conf (78%)
 create mode 100644 sphinx/transforms/__init__.py
 create mode 100644 sphinx/transforms/compact_bullet_list.py
 rename sphinx/{transforms.py => transforms/i18n.py} (71%)
 create mode 100644 sphinx/util/docutils.py
 create mode 100644 sphinx/util/fileutil.py
 create mode 100644 sphinx/util/requests.py
 create mode 100644 sphinx/util/template.py
 create mode 100644 tests/root/pep_0420/a/b/c/__init__.py
 create mode 100644 tests/root/pep_0420/a/b/c/d.py
 create mode 100644 tests/root/pep_0420/a/b/x/y.py
 create mode 100644 tests/roots/test-ext-autodoc/autodoc_dummy_module.py
 copy tests/roots/{test-autosummary => test-ext-autodoc}/conf.py (54%)
 create mode 100644 tests/roots/test-ext-autodoc/contents.rst
 create mode 100644 tests/roots/test-ext-todo/bar.rst
 copy tests/roots/{test-image-glob => test-ext-todo}/conf.py (58%)
 create mode 100644 tests/roots/test-ext-todo/foo.rst
 create mode 100644 tests/roots/test-ext-todo/index.rst
 rename tests/roots/{test-html_extra_path => test-html_assets}/conf.py (63%)
 copy tests/roots/{test-html_extra_path => test-html_assets}/extra/.htaccess (100%)
 copy tests/roots/{test-html_extra_path => test-html_assets}/extra/.htpasswd (100%)
 create mode 100644 tests/roots/test-html_assets/extra/API.html_t
 rename tests/roots/{test-html_extra_path => test-html_assets}/extra/css/style.css (100%)
 create mode 100644 tests/roots/test-html_assets/extra/rimg.png
 copy tests/roots/{test-html_extra_path/extra => test-html_assets/extra/subdir}/.htaccess (100%)
 copy tests/roots/{test-html_extra_path/extra => test-html_assets/extra/subdir}/.htpasswd (100%)
 rename tests/roots/{test-html_extra_path => test-html_assets}/index.rst (100%)
 copy tests/roots/{test-html_extra_path/extra => test-html_assets/static}/.htaccess (100%)
 copy tests/roots/{test-html_extra_path/extra => test-html_assets/static}/.htpasswd (100%)
 create mode 100644 tests/roots/test-html_assets/static/API.html_t
 rename tests/roots/{test-html_extra_path/extra/API.html_t => test-html_assets/static/css/style.css} (100%)
 create mode 100644 tests/roots/test-html_assets/static/rimg.png
 rename tests/roots/{test-html_extra_path/extra => test-html_assets/static/subdir}/.htaccess (100%)
 rename tests/roots/{test-html_extra_path/extra => test-html_assets/static/subdir}/.htpasswd (100%)
 rename tests/roots/{test-html_extra_path => test-html_assets}/subdir/_build/index.html (100%)
 create mode 100644 tests/roots/test-html_assets/subdir/background.png
 delete mode 100644 tests/roots/test-html_extra_path/extra/rimg.png
 delete mode 100644 tests/roots/test-html_extra_path/subdir/background.png
 copy tests/roots/test-intl/{warnings.po => contents.po} (65%)
 copy tests/roots/test-intl/{warnings.po => only.po} (78%)
 create mode 100644 tests/roots/test-intl/only.txt
 copy tests/roots/{test-image-glob => test-keep_warnings}/conf.py (68%)
 create mode 100644 tests/roots/test-keep_warnings/index.rst
 copy tests/roots/{test-build-text => test-linkcheck}/conf.py (53%)
 create mode 100644 tests/roots/test-linkcheck/links.txt
 create mode 100644 tests/roots/test-maxlistdepth/conf.py
 create mode 100644 tests/roots/test-maxlistdepth/index.rst
 copy tests/roots/{test-basic => test-refonly_bullet_list}/conf.py (85%)
 create mode 100644 tests/roots/test-refonly_bullet_list/index.rst
 copy tests/roots/{test-directive-code => test-search}/conf.py (56%)
 create mode 100644 tests/roots/test-search/index.rst
 create mode 100644 tests/roots/test-search/tocitem.rst
 copy tests/roots/test-toctree-maxdepth/{index.rst => qux.rst} (84%)
 create mode 100644 tests/roots/test-toctree/bar.rst
 copy tests/roots/{test-toctree-glob => test-toctree}/baz.rst (61%)
 copy tests/roots/{test-basic => test-toctree}/conf.py (100%)
 create mode 100644 tests/roots/test-toctree/foo.rst
 copy tests/{root/contents.txt => roots/test-toctree/index.rst} (62%)
 copy tests/roots/{test-toctree-glob => test-toctree}/quux.rst (62%)
 create mode 100644 tests/roots/test-toctree/qux.rst
 create mode 100644 tests/roots/test-toctree/tocdepth.rst
 create mode 100644 tests/test_build_linkcheck.py
 create mode 100644 tests/test_environment_indexentries.py
 create mode 100644 tests/test_environment_toctree.py
 create mode 100644 tests/test_ext_autodoc.py
 create mode 100644 tests/test_ext_todo.py
 create mode 100644 tests/test_util_fileutil.py
 create mode 100644 tests/test_util_matching.py
 create mode 100644 tests/test_writer_latex.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