[Python-modules-commits] [sphinx] 01/03: New upstream version 1.5.5
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Apr 6 17:10:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch debian/master
in repository sphinx.
commit 630947e2b305f0bad189682028c5b82bc73997d9
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Apr 3 22:56:26 2017 +0300
New upstream version 1.5.5
---
CHANGES | 47 +-
CONTRIBUTING.rst | 14 +-
LICENSE | 2 +-
PKG-INFO | 2 +-
Sphinx.egg-info/PKG-INFO | 2 +-
Sphinx.egg-info/{PKG-INFO => PKG-INFO-e} | 2 +-
Sphinx.egg-info/SOURCES.txt | 31 +-
Sphinx.egg-info/{SOURCES.txt => SOURCES.txt-e} | 208 ++-
Sphinx.egg-info/dependency_links.txt-e | 1 +
Sphinx.egg-info/entry_points.txt-e | 28 +
Sphinx.egg-info/not-zip-safe-e | 1 +
Sphinx.egg-info/requires.txt | 2 +-
Sphinx.egg-info/{requires.txt => requires.txt-e} | 3 +-
Sphinx.egg-info/top_level.txt-e | 2 +
doc/_themes/sphinx13/layout.html | 2 +-
doc/_themes/sphinx13/static/sphinx13.css | 2 +-
doc/conf.py | 2 +-
doc/config.rst | 11 +-
doc/domains.rst | 7 +-
doc/ext/autodoc.rst | 5 +
doc/ext/autosummary.rst | 23 +-
doc/invocation.rst | 8 +-
doc/latex.rst | 4 +-
setup.cfg | 3 +-
setup.py | 2 +-
sphinx-apidoc.py | 2 +-
sphinx-autogen.py | 2 +-
sphinx-build.py | 2 +-
sphinx-quickstart.py | 2 +-
sphinx/__init__.py | 8 +-
sphinx/__main__.py | 2 +-
sphinx/addnodes.py | 2 +-
sphinx/apidoc.py | 9 +-
sphinx/application.py | 2 +-
sphinx/builders/__init__.py | 2 +-
sphinx/builders/applehelp.py | 2 +-
sphinx/builders/changes.py | 2 +-
sphinx/builders/devhelp.py | 2 +-
sphinx/builders/epub.py | 4 +-
sphinx/builders/gettext.py | 69 +-
sphinx/builders/html.py | 11 +-
sphinx/builders/htmlhelp.py | 2 +-
sphinx/builders/latex.py | 2 +-
sphinx/builders/linkcheck.py | 6 +-
sphinx/builders/manpage.py | 2 +-
sphinx/builders/qthelp.py | 2 +-
sphinx/builders/texinfo.py | 2 +-
sphinx/builders/text.py | 2 +-
sphinx/builders/websupport.py | 2 +-
sphinx/builders/xml.py | 2 +-
sphinx/cmdline.py | 2 +-
sphinx/config.py | 4 +-
sphinx/deprecation.py | 2 +-
sphinx/directives/__init__.py | 2 +-
sphinx/directives/code.py | 2 +-
sphinx/directives/other.py | 2 +-
sphinx/directives/patches.py | 14 +-
sphinx/domains/__init__.py | 8 +-
sphinx/domains/c.py | 2 +-
sphinx/domains/cpp.py | 25 +-
sphinx/domains/javascript.py | 2 +-
sphinx/domains/python.py | 80 +-
sphinx/domains/rst.py | 2 +-
sphinx/domains/std.py | 4 +-
sphinx/environment/__init__.py | 2 +-
sphinx/environment/managers/__init__.py | 2 +-
sphinx/environment/managers/indexentries.py | 15 +-
sphinx/environment/managers/toctree.py | 2 +-
sphinx/errors.py | 2 +-
sphinx/ext/__init__.py | 2 +-
sphinx/ext/autodoc.py | 2 +-
sphinx/ext/autosectionlabel.py | 2 +-
sphinx/ext/autosummary/__init__.py | 2 +-
sphinx/ext/autosummary/generate.py | 14 +-
.../ext/autosummary/templates/autosummary/base.rst | 3 +-
.../autosummary/templates/autosummary/class.rst | 3 +-
.../autosummary/templates/autosummary/module.rst | 3 +-
sphinx/ext/coverage.py | 2 +-
sphinx/ext/doctest.py | 2 +-
sphinx/ext/extlinks.py | 2 +-
sphinx/ext/githubpages.py | 2 +-
sphinx/ext/graphviz.py | 2 +-
sphinx/ext/ifconfig.py | 2 +-
sphinx/ext/imgmath.py | 2 +-
sphinx/ext/inheritance_diagram.py | 2 +-
sphinx/ext/intersphinx.py | 27 +-
sphinx/ext/jsmath.py | 2 +-
sphinx/ext/linkcode.py | 2 +-
sphinx/ext/mathbase.py | 2 +-
sphinx/ext/mathjax.py | 4 +-
sphinx/ext/napoleon/__init__.py | 4 +-
sphinx/ext/napoleon/docstring.py | 2 +-
sphinx/ext/napoleon/iterators.py | 2 +-
sphinx/ext/pngmath.py | 2 +-
sphinx/ext/todo.py | 2 +-
sphinx/ext/viewcode.py | 2 +-
sphinx/highlighting.py | 2 +-
sphinx/io.py | 2 +-
sphinx/jinja2glue.py | 2 +-
sphinx/make_mode.py | 2 +-
sphinx/parsers.py | 2 +-
sphinx/pycode/__init__.py | 2 +-
sphinx/pycode/nodes.py | 2 +-
sphinx/pygments_styles.py | 2 +-
sphinx/quickstart.py | 2 +-
sphinx/roles.py | 2 +-
sphinx/search/__init__.py | 2 +-
sphinx/search/en.py | 2 +-
sphinx/search/ja.py | 2 +-
sphinx/search/jssplitter.py | 2 +-
sphinx/search/zh.py | 2 +-
sphinx/setup_command.py | 2 +-
sphinx/texinputs/sphinx.sty | 945 ++++++------
sphinx/texinputs/sphinxhowto.cls | 13 +-
sphinx/texinputs/sphinxmanual.cls | 13 +-
sphinx/themes/agogo/layout.html | 2 +-
sphinx/themes/agogo/static/agogo.css_t | 2 +-
sphinx/themes/agogo/theme.conf | 2 +-
sphinx/themes/basic/defindex.html | 2 +-
sphinx/themes/basic/domainindex.html | 2 +-
sphinx/themes/basic/genindex-single.html | 2 +-
sphinx/themes/basic/genindex-split.html | 2 +-
sphinx/themes/basic/genindex.html | 2 +-
sphinx/themes/basic/globaltoc.html | 2 +-
sphinx/themes/basic/layout.html | 2 +-
sphinx/themes/basic/localtoc.html | 2 +-
sphinx/themes/basic/page.html | 2 +-
sphinx/themes/basic/relations.html | 2 +-
sphinx/themes/basic/search.html | 2 +-
sphinx/themes/basic/searchbox.html | 2 +-
sphinx/themes/basic/searchresults.html | 2 +-
sphinx/themes/basic/sourcelink.html | 2 +-
sphinx/themes/basic/static/basic.css_t | 2 +-
sphinx/themes/basic/static/doctools.js_t | 2 +-
sphinx/themes/basic/static/searchtools.js_t | 2 +-
sphinx/themes/basic/static/websupport.js | 2 +-
sphinx/themes/basic/theme.conf | 2 +-
sphinx/themes/bizstyle/static/css3-mediaqueries.js | 2 +-
sphinx/themes/classic/layout.html | 2 +-
sphinx/themes/classic/static/classic.css_t | 2 +-
sphinx/themes/classic/static/sidebar.js_t | 2 +-
sphinx/themes/epub/epub-cover.html | 2 +-
sphinx/themes/epub/layout.html | 2 +-
sphinx/themes/epub/static/epub.css_t | 2 +-
sphinx/themes/haiku/layout.html | 2 +-
sphinx/themes/haiku/static/haiku.css_t | 2 +-
sphinx/themes/nature/static/nature.css_t | 2 +-
sphinx/themes/nonav/layout.html | 2 +-
sphinx/themes/nonav/static/nonav.css | 2 +-
sphinx/themes/pyramid/static/epub.css | 2 +-
sphinx/themes/pyramid/static/pyramid.css_t | 2 +-
sphinx/themes/scrolls/layout.html | 2 +-
sphinx/themes/scrolls/static/scrolls.css_t | 2 +-
sphinx/themes/sphinxdoc/layout.html | 2 +-
sphinx/themes/sphinxdoc/static/sphinxdoc.css_t | 2 +-
sphinx/themes/traditional/static/traditional.css_t | 2 +-
sphinx/theming.py | 2 +-
sphinx/transforms/__init__.py | 2 +-
sphinx/transforms/compact_bullet_list.py | 2 +-
sphinx/transforms/i18n.py | 2 +-
sphinx/util/__init__.py | 2 +-
sphinx/util/compat.py | 2 +-
sphinx/util/console.py | 2 +-
sphinx/util/docfields.py | 32 +-
sphinx/util/docstrings.py | 2 +-
sphinx/util/docutils.py | 2 +-
sphinx/util/fileutil.py | 2 +-
sphinx/util/i18n.py | 2 +-
sphinx/util/images.py | 2 +-
sphinx/util/inspect.py | 2 +-
sphinx/util/jsdump.py | 2 +-
sphinx/util/jsonimpl.py | 2 +-
sphinx/util/logging.py | 2 +-
sphinx/util/matching.py | 2 +-
sphinx/util/nodes.py | 2 +-
sphinx/util/osutil.py | 2 +-
sphinx/util/parallel.py | 2 +-
sphinx/util/png.py | 2 +-
sphinx/util/pycompat.py | 2 +-
sphinx/util/requests.py | 40 +-
sphinx/util/rst.py | 2 +-
sphinx/util/tags.py | 2 +-
sphinx/util/template.py | 2 +-
sphinx/util/texescape.py | 2 +-
sphinx/util/websupport.py | 2 +-
sphinx/versioning.py | 2 +-
sphinx/websupport/__init__.py | 2 +-
sphinx/websupport/errors.py | 2 +-
sphinx/websupport/search/__init__.py | 2 +-
sphinx/websupport/search/nullsearch.py | 2 +-
sphinx/websupport/search/whooshsearch.py | 2 +-
sphinx/websupport/search/xapiansearch.py | 2 +-
sphinx/websupport/storage/__init__.py | 2 +-
sphinx/websupport/storage/differ.py | 2 +-
sphinx/websupport/storage/sqlalchemy_db.py | 2 +-
sphinx/websupport/storage/sqlalchemystorage.py | 2 +-
sphinx/writers/__init__.py | 2 +-
sphinx/writers/html.py | 2 +-
sphinx/writers/latex.py | 28 +-
sphinx/writers/manpage.py | 2 +-
sphinx/writers/texinfo.py | 2 +-
sphinx/writers/text.py | 2 +-
sphinx/writers/websupport.py | 2 +-
sphinx/writers/xml.py | 2 +-
tests/etree13/ElementPath.py | 226 ---
tests/etree13/ElementTree.py | 1553 --------------------
tests/etree13/HTMLTreeBuilder.py | 233 ---
tests/etree13/__init__.py | 30 -
tests/path.py | 2 +-
tests/py35/test_autodoc_py35.py | 2 +-
tests/root/_templates/contentssb.html | 2 +-
tests/root/_templates/layout.html | 2 +-
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/test.inc | 2 +-
tests/roots/test-api-set-translator/index.rst | 2 +-
tests/roots/test-apidoc-pep420/a/b/c/__init__.py | 1 +
tests/roots/test-apidoc-pep420/a/b/c/d.py | 1 +
tests/roots/test-apidoc-pep420/a/b/x/y.py | 1 +
.../package_/__init__.py | 1 +
.../package_/module_.py | 7 +
tests/roots/test-autosummary/contents.rst | 1 +
tests/roots/test-autosummary/underscore_module_.py | 12 +
tests/roots/test-domain-js/conf.py | 5 +
tests/roots/test-domain-js/index.rst | 6 +
tests/roots/test-domain-js/roles.rst | 48 +
tests/roots/test-domain-py/conf.py | 5 +
tests/roots/test-domain-py/index.rst | 7 +
tests/roots/test-domain-py/module.rst | 31 +
tests/roots/test-domain-py/roles.rst | 48 +
tests/roots/test-search/tocitem.rst | 2 +-
.../test-toctree-empty/_templates/localtoc.html | 2 +
tests/roots/test-toctree-empty/conf.py | 6 +
tests/roots/test-toctree-empty/index.rst | 4 +
tests/run.py | 2 +-
tests/test_api_translator.py | 2 +-
tests/test_apidoc.py | 40 +-
tests/test_application.py | 2 +-
tests/test_autodoc.py | 2 +-
tests/test_build.py | 2 +-
tests/test_build_applehelp.py | 2 +-
tests/test_build_gettext.py | 2 +-
tests/test_build_html.py | 4 +-
tests/test_build_latex.py | 46 +-
tests/test_build_linkcheck.py | 2 +-
tests/test_build_manpage.py | 2 +-
tests/test_build_texinfo.py | 2 +-
tests/test_build_text.py | 2 +-
tests/test_catalogs.py | 2 +-
tests/test_config.py | 2 +-
tests/test_correct_year.py | 2 +-
tests/test_directive_code.py | 2 +-
tests/test_directive_only.py | 2 +-
tests/test_docutilsconf.py | 2 +-
tests/test_domain_cpp.py | 18 +-
tests/test_domain_js.py | 87 ++
tests/test_domain_py.py | 125 +-
tests/test_domain_rst.py | 2 +-
tests/test_domain_std.py | 2 +-
tests/test_environment.py | 2 +-
tests/test_environment_indexentries.py | 20 +-
tests/test_environment_toctree.py | 2 +-
tests/test_ext_autodoc.py | 2 +-
tests/test_ext_autosectionlabel.py | 2 +-
tests/test_ext_autosummary.py | 25 +-
tests/test_ext_coverage.py | 2 +-
tests/test_ext_doctest.py | 2 +-
tests/test_ext_githubpages.py | 2 +-
tests/test_ext_graphviz.py | 2 +-
tests/test_ext_ifconfig.py | 2 +-
tests/test_ext_inheritance_diagram.py | 2 +-
tests/test_ext_intersphinx.py | 58 +-
tests/test_ext_math.py | 2 +-
tests/test_ext_napoleon.py | 12 +-
tests/test_ext_napoleon_docstring.py | 2 +-
tests/test_ext_napoleon_iterators.py | 2 +-
tests/test_ext_todo.py | 2 +-
tests/test_ext_viewcode.py | 2 +-
tests/test_highlighting.py | 2 +-
tests/test_intl.py | 2 +-
tests/test_markup.py | 14 +-
tests/test_metadata.py | 2 +-
tests/test_quickstart.py | 2 +-
tests/test_search.py | 2 +-
tests/test_searchadapters.py | 2 +-
tests/test_setup_command.py | 2 +-
tests/test_templating.py | 2 +-
tests/test_theming.py | 2 +-
tests/test_toctree.py | 11 +-
tests/test_util.py | 2 +-
tests/test_util_fileutil.py | 2 +-
tests/test_util_i18n.py | 2 +-
tests/test_util_inspect.py | 2 +-
tests/test_util_logging.py | 2 +-
tests/test_util_matching.py | 2 +-
tests/test_util_nodes.py | 2 +-
tests/test_util_rst.py | 2 +-
tests/test_versioning.py | 2 +-
tests/test_websupport.py | 2 +-
tests/test_writer_latex.py | 2 +-
tests/util.py | 2 +-
utils/check_sources.py | 2 +-
utils/jssplitter_generator.py | 2 +-
304 files changed, 1941 insertions(+), 2984 deletions(-)
diff --git a/CHANGES b/CHANGES
index 3d0f8fa..6a3182e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,45 @@
+Release 1.5.5 (released Apr 03, 2017)
+=====================================
+
+Bugs fixed
+----------
+
+* #3597: python domain raises UnboundLocalError if invalid name given
+* #3599: Move to new Mathjax CDN
+
+Release 1.5.4 (released Apr 02, 2017)
+=====================================
+
+Features added
+--------------
+
+* #3470: Make genindex support all kinds of letters, not only Latin ones
+
+Bugs fixed
+----------
+
+* #3445: setting ``'inputenc'`` key to ``\\usepackage[utf8x]{inputenc}`` leads
+ to failed PDF build
+* EPUB file has duplicated ``nav.xhtml`` link in ``content.opf``
+ except first time build
+* #3488: objects.inv has broken when ``release`` or ``version`` contain
+ return code
+* #2073, #3443, #3490: gettext builder that writes pot files unless the content
+ are same without creation date. Thanks to Yoshiki Shibukawa.
+* #3487: intersphinx: failed to refer options
+* #3496: latex longtable's last column may be much wider than its contents
+* #3507: wrong quotes in latex output for productionlist directive
+* #3533: Moving from Sphinx 1.3.1 to 1.5.3 breaks LaTeX compilation of links
+ rendered as code
+* #2665, #2607: Link names in C++ docfields, and make it possible for other domains.
+* #3542: C++, fix parsing error of non-type template argument with template.
+* #3065, #3520: python domain fails to recognize nested class
+* #3575: Problems with pdflatex in a Turkish document built with sphinx has
+ reappeared (refs #2997, #2397)
+* #3577: Fix intersphinx debug tool
+* A LaTeX command such as ``\\large`` inserted in the title items of
+ :confval:`latex_documents` causes failed PDF build (refs #3551, #3567)
+
Release 1.5.3 (released Feb 26, 2017)
=====================================
@@ -29,6 +71,7 @@ Bugs fixed
* #3450:   is appeared in EPUB docs
* #3418: Search button is misaligned in nature and pyramid theme
* #3421: Could not translate a caption of tables
+* #3552: linkcheck raises UnboundLocalError
Release 1.5.2 (released Jan 22, 2017)
=====================================
@@ -131,7 +174,7 @@ Incompatible changes
* latex, package newfloat is not used (and not included) anymore (ref #2660;
it was used since 1.3.4 and shipped with Sphinx since 1.4).
* latex, literal blocks in tables do not use OriginalVerbatim but
- sphinxVerbatimintable which handles captions and wraps lines(ref #2704).
+ sphinxVerbatimintable which handles captions and wraps lines (ref #2704).
* latex, replace ``pt`` by TeX equivalent ``bp`` if found in ``width`` or
``height`` attribute of an image.
* latex, if ``width`` or ``height`` attribute of an image is given with no unit,
@@ -149,7 +192,7 @@ Incompatible changes
* QtHelpBuilder doens't generate search page (ref: #2352)
* QtHelpBuilder uses ``nonav`` theme instead of default one
to improve readability.
-* latex: To provide good default settings to Japanese docs, Sphinx uses ``jsbooks``
+* latex: To provide good default settings to Japanese docs, Sphinx uses ``jsbook``
as a docclass by default if the ``language`` is ``ja``.
* latex: To provide good default settings to Japanese docs, Sphinx uses
``jreport`` and ``jsbooks`` as a docclass by default if the ``language`` is
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index d64f277..e3a68b5 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,3 +1,5 @@
+.. highlight:: console
+
Sphinx Developer's Guide
========================
@@ -127,6 +129,12 @@ These are the basic steps needed to start developing on Sphinx.
cd doc
make clean html latexpdf
+ * Run code style checks and type checks (type checks require ``mypy`` and are
+ currently done for commits to ``master`` only)::
+
+ make style-check
+ make type-check
+
* Run the unit tests under different Python environments using
:program:`tox`::
@@ -269,14 +277,12 @@ Debugging Tips
* Set the debugging options in the `Docutils configuration file
<http://docutils.sourceforge.net/docs/user/config.html>`_.
-* JavaScript stemming algorithms in `sphinx/search/*.py` (except `en.py`) are
+* JavaScript stemming algorithms in ``sphinx/search/*.py`` (except ``en.py``) are
generated by this
`modified snowballcode generator <https://github.com/shibukawa/snowball>`_.
Generated `JSX <http://jsx.github.io/>`_ files are
in `this repository <https://github.com/shibukawa/snowball-stemmer.jsx>`_.
- You can get the resulting JavaScript files using the following command:
-
- .. code-block:: bash
+ You can get the resulting JavaScript files using the following command::
$ npm install
$ node_modules/.bin/grunt build # -> dest/*.global.js
diff --git a/LICENSE b/LICENSE
index 8f9e7f1..09d3bd6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
License for Sphinx
==================
-Copyright (c) 2007-2016 by the Sphinx team (see AUTHORS file).
+Copyright (c) 2007-2017 by the Sphinx team (see AUTHORS file).
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/PKG-INFO b/PKG-INFO
index 205414f..3706455 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: Sphinx
-Version: 1.5.3
+Version: 1.5.5
Summary: Python documentation generator
Home-page: http://sphinx-doc.org/
Author: Georg Brandl
diff --git a/Sphinx.egg-info/PKG-INFO b/Sphinx.egg-info/PKG-INFO
index 205414f..3706455 100644
--- a/Sphinx.egg-info/PKG-INFO
+++ b/Sphinx.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: Sphinx
-Version: 1.5.3
+Version: 1.5.5
Summary: Python documentation generator
Home-page: http://sphinx-doc.org/
Author: Georg Brandl
diff --git a/Sphinx.egg-info/PKG-INFO b/Sphinx.egg-info/PKG-INFO-e
similarity index 99%
copy from Sphinx.egg-info/PKG-INFO
copy to Sphinx.egg-info/PKG-INFO-e
index 205414f..3a47d73 100644
--- a/Sphinx.egg-info/PKG-INFO
+++ b/Sphinx.egg-info/PKG-INFO-e
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: Sphinx
-Version: 1.5.3
+Version: 1.6.dev20170322
Summary: Python documentation generator
Home-page: http://sphinx-doc.org/
Author: Georg Brandl
diff --git a/Sphinx.egg-info/SOURCES.txt b/Sphinx.egg-info/SOURCES.txt
index 34e5d61..0b3023c 100644
--- a/Sphinx.egg-info/SOURCES.txt
+++ b/Sphinx.egg-info/SOURCES.txt
@@ -17,12 +17,19 @@ sphinx-quickstart.py
test-reqs.txt
tox.ini
Sphinx.egg-info/PKG-INFO
+Sphinx.egg-info/PKG-INFO-e
Sphinx.egg-info/SOURCES.txt
+Sphinx.egg-info/SOURCES.txt-e
Sphinx.egg-info/dependency_links.txt
+Sphinx.egg-info/dependency_links.txt-e
Sphinx.egg-info/entry_points.txt
+Sphinx.egg-info/entry_points.txt-e
Sphinx.egg-info/not-zip-safe
+Sphinx.egg-info/not-zip-safe-e
Sphinx.egg-info/requires.txt
+Sphinx.egg-info/requires.txt-e
Sphinx.egg-info/top_level.txt
+Sphinx.egg-info/top_level.txt-e
doc/Makefile
doc/authors.rst
doc/builders.rst
@@ -583,6 +590,7 @@ tests/test_directive_code.py
tests/test_directive_only.py
tests/test_docutilsconf.py
tests/test_domain_cpp.py
+tests/test_domain_js.py
tests/test_domain_py.py
tests/test_domain_rst.py
tests/test_domain_std.py
@@ -630,10 +638,6 @@ tests/test_websupport.py
tests/test_writer_latex.py
tests/typing_test_data.py
tests/util.py
-tests/etree13/ElementPath.py
-tests/etree13/ElementTree.py
-tests/etree13/HTMLTreeBuilder.py
-tests/etree13/__init__.py
tests/py35/test_autodoc_py35.py
tests/root/Makefile
tests/root/autodoc.txt
@@ -680,9 +684,6 @@ tests/root/_templates/contentssb.html
tests/root/_templates/customsb.html
tests/root/_templates/layout.html
tests/root/en.lproj/localized.txt
-tests/root/pep_0420/a/b/c/__init__.py
-tests/root/pep_0420/a/b/c/d.py
-tests/root/pep_0420/a/b/x/y.py
tests/root/special/api.h
tests/root/special/code.py
tests/root/subdir/excluded.txt
@@ -707,10 +708,16 @@ tests/roots/test-api-set-translator/conf.py
tests/roots/test-api-set-translator/index.rst
tests/roots/test-api-set-translator/translator.py
tests/roots/test-api-set-translator/nonext/conf.py
+tests/roots/test-apidoc-pep420/a/b/c/__init__.py
+tests/roots/test-apidoc-pep420/a/b/c/d.py
+tests/roots/test-apidoc-pep420/a/b/x/y.py
+tests/roots/test-apidoc-trailing-underscore/package_/__init__.py
+tests/roots/test-apidoc-trailing-underscore/package_/module_.py
tests/roots/test-autosummary/conf.py
tests/roots/test-autosummary/contents.rst
tests/roots/test-autosummary/dummy_module.py
tests/roots/test-autosummary/sphinx.rst
+tests/roots/test-autosummary/underscore_module_.py
tests/roots/test-basic/conf.py
tests/roots/test-basic/index.rst
tests/roots/test-build-text/conf.py
@@ -754,6 +761,13 @@ tests/roots/test-domain-cpp/any-role.rst
tests/roots/test-domain-cpp/conf.py
tests/roots/test-domain-cpp/index.rst
tests/roots/test-domain-cpp/roles.rst
+tests/roots/test-domain-js/conf.py
+tests/roots/test-domain-js/index.rst
+tests/roots/test-domain-js/roles.rst
+tests/roots/test-domain-py/conf.py
+tests/roots/test-domain-py/index.rst
+tests/roots/test-domain-py/module.rst
+tests/roots/test-domain-py/roles.rst
tests/roots/test-double-inheriting-theme/conf.py
tests/roots/test-double-inheriting-theme/index.rst
tests/roots/test-double-inheriting-theme/base_themes_dir/base_theme1/theme.conf
@@ -951,6 +965,9 @@ tests/roots/test-toctree/index.rst
tests/roots/test-toctree/quux.rst
tests/roots/test-toctree/qux.rst
tests/roots/test-toctree/tocdepth.rst
+tests/roots/test-toctree-empty/conf.py
+tests/roots/test-toctree-empty/index.rst
+tests/roots/test-toctree-empty/_templates/localtoc.html
tests/roots/test-toctree-glob/baz.rst
tests/roots/test-toctree-glob/conf.py
tests/roots/test-toctree-glob/foo.rst
diff --git a/Sphinx.egg-info/SOURCES.txt b/Sphinx.egg-info/SOURCES.txt-e
similarity index 83%
copy from Sphinx.egg-info/SOURCES.txt
copy to Sphinx.egg-info/SOURCES.txt-e
index 34e5d61..9fa47cf 100644
--- a/Sphinx.egg-info/SOURCES.txt
+++ b/Sphinx.egg-info/SOURCES.txt-e
@@ -23,6 +23,121 @@ Sphinx.egg-info/entry_points.txt
Sphinx.egg-info/not-zip-safe
Sphinx.egg-info/requires.txt
Sphinx.egg-info/top_level.txt
+_docutils/__init__.py
+_docutils/_compat.py
+_docutils/core.py
+_docutils/examples.py
+_docutils/frontend.py
+_docutils/io.py
+_docutils/nodes.py
+_docutils/statemachine.py
+_docutils/languages/__init__.py
+_docutils/languages/af.py
+_docutils/languages/ca.py
+_docutils/languages/cs.py
+_docutils/languages/da.py
+_docutils/languages/de.py
+_docutils/languages/en.py
+_docutils/languages/eo.py
+_docutils/languages/es.py
+_docutils/languages/fa.py
+_docutils/languages/fi.py
+_docutils/languages/fr.py
+_docutils/languages/gl.py
+_docutils/languages/he.py
+_docutils/languages/it.py
+_docutils/languages/ja.py
+_docutils/languages/lt.py
+_docutils/languages/lv.py
+_docutils/languages/nl.py
+_docutils/languages/pl.py
+_docutils/languages/pt_br.py
+_docutils/languages/ru.py
+_docutils/languages/sk.py
+_docutils/languages/sv.py
+_docutils/languages/zh_cn.py
+_docutils/languages/zh_tw.py
+_docutils/parsers/__init__.py
+_docutils/parsers/null.py
+_docutils/parsers/rst/__init__.py
+_docutils/parsers/rst/roles.py
+_docutils/parsers/rst/states.py
+_docutils/parsers/rst/tableparser.py
+_docutils/parsers/rst/directives/__init__.py
+_docutils/parsers/rst/directives/admonitions.py
+_docutils/parsers/rst/directives/body.py
+_docutils/parsers/rst/directives/html.py
+_docutils/parsers/rst/directives/images.py
+_docutils/parsers/rst/directives/misc.py
+_docutils/parsers/rst/directives/parts.py
+_docutils/parsers/rst/directives/references.py
+_docutils/parsers/rst/directives/tables.py
+_docutils/parsers/rst/languages/__init__.py
+_docutils/parsers/rst/languages/af.py
+_docutils/parsers/rst/languages/ca.py
+_docutils/parsers/rst/languages/cs.py
+_docutils/parsers/rst/languages/da.py
+_docutils/parsers/rst/languages/de.py
+_docutils/parsers/rst/languages/en.py
+_docutils/parsers/rst/languages/eo.py
+_docutils/parsers/rst/languages/es.py
+_docutils/parsers/rst/languages/fa.py
+_docutils/parsers/rst/languages/fi.py
+_docutils/parsers/rst/languages/fr.py
+_docutils/parsers/rst/languages/gl.py
+_docutils/parsers/rst/languages/he.py
+_docutils/parsers/rst/languages/it.py
+_docutils/parsers/rst/languages/ja.py
+_docutils/parsers/rst/languages/lt.py
+_docutils/parsers/rst/languages/lv.py
+_docutils/parsers/rst/languages/nl.py
+_docutils/parsers/rst/languages/pl.py
+_docutils/parsers/rst/languages/pt_br.py
+_docutils/parsers/rst/languages/ru.py
+_docutils/parsers/rst/languages/sk.py
+_docutils/parsers/rst/languages/sv.py
+_docutils/parsers/rst/languages/zh_cn.py
+_docutils/parsers/rst/languages/zh_tw.py
+_docutils/readers/__init__.py
+_docutils/readers/doctree.py
+_docutils/readers/pep.py
+_docutils/readers/standalone.py
+_docutils/transforms/__init__.py
+_docutils/transforms/components.py
+_docutils/transforms/frontmatter.py
+_docutils/transforms/misc.py
+_docutils/transforms/parts.py
+_docutils/transforms/peps.py
+_docutils/transforms/references.py
+_docutils/transforms/universal.py
+_docutils/transforms/writer_aux.py
+_docutils/utils/__init__.py
+_docutils/utils/code_analyzer.py
+_docutils/utils/error_reporting.py
+_docutils/utils/punctuation_chars.py
+_docutils/utils/roman.py
+_docutils/utils/smartquotes.py
+_docutils/utils/urischemes.py
+_docutils/utils/math/__init__.py
+_docutils/utils/math/latex2mathml.py
+_docutils/utils/math/math2html.py
+_docutils/utils/math/tex2mathml_extern.py
+_docutils/utils/math/tex2unichar.py
+_docutils/utils/math/unichar2tex.py
+_docutils/writers/__init__.py
+_docutils/writers/_html_base.py
+_docutils/writers/docutils_xml.py
+_docutils/writers/manpage.py
+_docutils/writers/null.py
+_docutils/writers/pseudoxml.py
+_docutils/writers/html4css1/__init__.py
+_docutils/writers/html5_polyglot/__init__.py
+_docutils/writers/latex2e/__init__.py
+_docutils/writers/odf_odt/__init__.py
+_docutils/writers/odf_odt/pygmentsformatter.py
+_docutils/writers/pep_html/__init__.py
+_docutils/writers/s5_html/__init__.py
+_docutils/writers/xetex/__init__.py
doc/Makefile
doc/authors.rst
doc/builders.rst
@@ -48,6 +163,7 @@ doc/markdown.rst
doc/more.png
doc/pythonorg.png
doc/rest.rst
+doc/setuptools.rst
doc/templating.rst
doc/theming.rst
doc/translation.png
@@ -92,9 +208,11 @@ doc/ext/todo.rst
doc/ext/viewcode.rst
doc/extdev/appapi.rst
doc/extdev/builderapi.rst
+doc/extdev/collectorapi.rst
doc/extdev/domainapi.rst
doc/extdev/envapi.rst
doc/extdev/index.rst
+doc/extdev/logging.rst
doc/extdev/markupapi.rst
doc/extdev/nodes.rst
doc/extdev/parserapi.rst
@@ -143,6 +261,7 @@ sphinx/cmdline.py
sphinx/config.py
sphinx/deprecation.py
sphinx/errors.py
+sphinx/events.py
sphinx/highlighting.py
sphinx/io.py
sphinx/jinja2glue.py
@@ -184,9 +303,16 @@ sphinx/domains/python.py
sphinx/domains/rst.py
sphinx/domains/std.py
sphinx/environment/__init__.py
-sphinx/environment/managers/__init__.py
-sphinx/environment/managers/indexentries.py
-sphinx/environment/managers/toctree.py
+sphinx/environment/adapters/__init__.py
+sphinx/environment/adapters/indexentries.py
+sphinx/environment/adapters/toctree.py
+sphinx/environment/collectors/__init__.py
+sphinx/environment/collectors/asset.py
+sphinx/environment/collectors/dependencies.py
+sphinx/environment/collectors/indexentries.py
+sphinx/environment/collectors/metadata.py
+sphinx/environment/collectors/title.py
+sphinx/environment/collectors/toctree.py
sphinx/ext/__init__.py
sphinx/ext/autodoc.py
sphinx/ext/autosectionlabel.py
@@ -342,6 +468,7 @@ sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po
sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js
sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo
sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po
+sphinx/pycode/Grammar-py2-sphinx1.4.pickle
sphinx/pycode/Grammar-py2.pickle
sphinx/pycode/Grammar-py2.txt
sphinx/pycode/Grammar-py3.pickle
@@ -392,7 +519,19 @@ sphinx/search/non-minified-js/russian-stemmer.js
sphinx/search/non-minified-js/spanish-stemmer.js
sphinx/search/non-minified-js/swedish-stemmer.js
sphinx/search/non-minified-js/turkish-stemmer.js
-sphinx/templates/latex/content.tex_t
+sphinx/templates/epub2/container.xml
+sphinx/templates/epub2/content.opf_t
+sphinx/templates/epub2/mimetype
+sphinx/templates/epub2/toc.ncx_t
+sphinx/templates/epub3/container.xml
+sphinx/templates/epub3/content.opf_t
+sphinx/templates/epub3/mimetype
+sphinx/templates/epub3/nav.xhtml_t
+sphinx/templates/epub3/toc.ncx_t
+sphinx/templates/latex/latex.tex_t
+sphinx/templates/latex/longtable.tex_t
+sphinx/templates/latex/tabular.tex_t
+sphinx/templates/latex/tabulary.tex_t
sphinx/templates/quickstart/Makefile.new_t
sphinx/templates/quickstart/Makefile_t
sphinx/templates/quickstart/conf.py_t
@@ -401,17 +540,18 @@ sphinx/templates/quickstart/make.bat_t
sphinx/templates/quickstart/master_doc.rst_t
sphinx/texinputs/Makefile_t
sphinx/texinputs/footnotehyper-sphinx.sty
-sphinx/texinputs/needspace.sty
+sphinx/texinputs/latexmkjarc
+sphinx/texinputs/latexmkrc
sphinx/texinputs/python.ist
sphinx/texinputs/sphinx.sty
sphinx/texinputs/sphinxhowto.cls
sphinx/texinputs/sphinxmanual.cls
+sphinx/texinputs/sphinxmulticell.sty
sphinx/themes/agogo/layout.html
sphinx/themes/agogo/theme.conf
sphinx/themes/agogo/static/agogo.css_t
sphinx/themes/agogo/static/bgfooter.png
sphinx/themes/agogo/static/bgtop.png
-sphinx/themes/basic/defindex.html
sphinx/themes/basic/domainindex.html
sphinx/themes/basic/genindex-single.html
sphinx/themes/basic/genindex-split.html
@@ -515,6 +655,7 @@ sphinx/themes/traditional/static/traditional.css_t
sphinx/transforms/__init__.py
sphinx/transforms/compact_bullet_list.py
sphinx/transforms/i18n.py
+sphinx/transforms/post_transforms.py
sphinx/util/__init__.py
sphinx/util/compat.py
sphinx/util/console.py
@@ -525,6 +666,7 @@ sphinx/util/fileutil.py
sphinx/util/i18n.py
sphinx/util/images.py
sphinx/util/inspect.py
+sphinx/util/inventory.py
sphinx/util/jsdump.py
sphinx/util/jsonimpl.py
sphinx/util/logging.py
@@ -537,11 +679,13 @@ sphinx/util/pycompat.py
sphinx/util/requests.py
sphinx/util/rst.py
sphinx/util/smartypants.py
-sphinx/util/stemmer.py
sphinx/util/tags.py
sphinx/util/template.py
sphinx/util/texescape.py
+sphinx/util/typing.py
sphinx/util/websupport.py
+sphinx/util/stemmer/__init__.py
+sphinx/util/stemmer/porter.py
sphinx/websupport/__init__.py
sphinx/websupport/errors.py
sphinx/websupport/search/__init__.py
@@ -554,6 +698,7 @@ sphinx/websupport/storage/sqlalchemy_db.py
sphinx/websupport/storage/sqlalchemystorage.py
sphinx/writers/__init__.py
sphinx/writers/html.py
+sphinx/writers/html5.py
sphinx/writers/latex.py
sphinx/writers/manpage.py
sphinx/writers/texinfo.py
@@ -562,6 +707,7 @@ sphinx/writers/websupport.py
sphinx/writers/xml.py
tests/conftest.py
tests/path.py
+tests/path.pyc
tests/run.py
tests/test_api_translator.py
tests/test_apidoc.py
@@ -569,8 +715,10 @@ tests/test_application.py
tests/test_autodoc.py
tests/test_build.py
tests/test_build_applehelp.py
+tests/test_build_epub.py
tests/test_build_gettext.py
tests/test_build_html.py
+tests/test_build_html5.py
tests/test_build_latex.py
tests/test_build_linkcheck.py
tests/test_build_manpage.py
@@ -583,6 +731,7 @@ tests/test_directive_code.py
tests/test_directive_only.py
tests/test_docutilsconf.py
tests/test_domain_cpp.py
+tests/test_domain_js.py
tests/test_domain_py.py
tests/test_domain_rst.py
tests/test_domain_std.py
@@ -609,6 +758,7 @@ tests/test_highlighting.py
tests/test_intl.py
tests/test_markup.py
tests/test_metadata.py
+tests/test_pycode.py
tests/test_quickstart.py
tests/test_search.py
tests/test_searchadapters.py
@@ -620,6 +770,7 @@ tests/test_util.py
tests/test_util_fileutil.py
tests/test_util_i18n.py
tests/test_util_inspect.py
+tests/test_util_inventory.py
tests/test_util_jsdump.py
tests/test_util_logging.py
tests/test_util_matching.py
@@ -630,10 +781,26 @@ tests/test_websupport.py
tests/test_writer_latex.py
tests/typing_test_data.py
tests/util.py
+tests/util.pyc
+tests/__pycache__/conftest.cpython-27-PYTEST.pyc
+tests/__pycache__/test_build_epub.cpython-27-PYTEST.pyc
+tests/build/basic/conf.py
+tests/build/basic/index.rst
+tests/build/footnotes/bar.rst
+tests/build/footnotes/baz.rst
+tests/build/footnotes/conf.py
+tests/build/footnotes/index.rst
+tests/build/footnotes/rimg.png
+tests/build/toctree/bar.rst
+tests/build/toctree/baz.rst
+tests/build/toctree/conf.py
+tests/build/toctree/foo.rst
+tests/build/toctree/index.rst
+tests/build/toctree/quux.rst
+tests/build/toctree/qux.rst
+tests/build/toctree/tocdepth.rst
tests/etree13/ElementPath.py
tests/etree13/ElementTree.py
-tests/etree13/HTMLTreeBuilder.py
-tests/etree13/__init__.py
tests/py35/test_autodoc_py35.py
tests/root/Makefile
tests/root/autodoc.txt
@@ -713,6 +880,8 @@ tests/roots/test-autosummary/dummy_module.py
tests/roots/test-autosummary/sphinx.rst
tests/roots/test-basic/conf.py
tests/roots/test-basic/index.rst
+tests/roots/test-build-html-translator/conf.py
+tests/roots/test-build-html-translator/index.rst
tests/roots/test-build-text/conf.py
tests/roots/test-build-text/contents.txt
tests/roots/test-build-text/lineblock.txt
@@ -731,15 +900,14 @@ tests/roots/test-correct-year/contents.rst
tests/roots/test-directive-code/caption.rst
tests/roots/test-directive-code/classes.rst
tests/roots/test-directive-code/conf.py
-tests/roots/test-directive-code/dedent.rst
-tests/roots/test-directive-code/dedent_code.rst
tests/roots/test-directive-code/empty.inc
tests/roots/test-directive-code/index.rst
-tests/roots/test-directive-code/lineno_match.rst
-tests/roots/test-directive-code/lineno_start.rst
tests/roots/test-directive-code/linenos.rst
+tests/roots/test-directive-code/literal-diff.inc
tests/roots/test-directive-code/literal.inc
tests/roots/test-directive-code/namedblocks.rst
+tests/roots/test-directive-code/py-decorators.inc
+tests/roots/test-directive-code/py-decorators.rst
tests/roots/test-directive-code/python.rst
tests/roots/test-directive-code/target.py
tests/roots/test-directive-only/conf.py
@@ -754,6 +922,13 @@ tests/roots/test-domain-cpp/any-role.rst
tests/roots/test-domain-cpp/conf.py
tests/roots/test-domain-cpp/index.rst
tests/roots/test-domain-cpp/roles.rst
+tests/roots/test-domain-js/conf.py
+tests/roots/test-domain-js/index.rst
+tests/roots/test-domain-js/roles.rst
+tests/roots/test-domain-py/conf.py
+tests/roots/test-domain-py/index.rst
+tests/roots/test-domain-py/module.rst
+tests/roots/test-domain-py/roles.rst
tests/roots/test-double-inheriting-theme/conf.py
tests/roots/test-double-inheriting-theme/index.rst
tests/roots/test-double-inheriting-theme/base_themes_dir/base_theme1/theme.conf
@@ -896,6 +1071,11 @@ tests/roots/test-latex-babel/bar.rst
tests/roots/test-latex-babel/conf.py
tests/roots/test-latex-babel/foo.rst
tests/roots/test-latex-babel/index.rst
+tests/roots/test-latex-table/complex.rst
+tests/roots/test-latex-table/conf.py
+tests/roots/test-latex-table/index.rst
+tests/roots/test-latex-table/longtable.rst
+tests/roots/test-latex-table/tabular.rst
tests/roots/test-latex-title/conf.py
tests/roots/test-latex-title/index.rst
tests/roots/test-linkcheck/conf.py
@@ -993,4 +1173,4 @@ utils/check_sources.py
utils/jssplitter_generator.py
utils/pylintrc
utils/reindent.py
-utils/release-checklist
\ No newline at end of file
+utils/release-checklist
diff --git a/Sphinx.egg-info/dependency_links.txt-e b/Sphinx.egg-info/dependency_links.txt-e
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/Sphinx.egg-info/dependency_links.txt-e
@@ -0,0 +1 @@
+
diff --git a/Sphinx.egg-info/entry_points.txt-e b/Sphinx.egg-info/entry_points.txt-e
new file mode 100644
index 0000000..3380197
--- /dev/null
+++ b/Sphinx.egg-info/entry_points.txt-e
@@ -0,0 +1,28 @@
+[console_scripts]
+sphinx-apidoc = sphinx.apidoc:main
+sphinx-autogen = sphinx.ext.autosummary.generate:main
+sphinx-build = sphinx:main
+sphinx-quickstart = sphinx.quickstart:main
+
+[distutils.commands]
+build_sphinx = sphinx.setup_command:BuildDoc
+
+[sphinx.builders]
+applehelp = sphinx.builders.applehelp
+changes = sphinx.builders.changes
+devhelp = sphinx.builders.devhelp
+dummy = sphinx.builders.dummy
... 8563 lines suppressed ...
--
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