AUTHORS CHANGES CHANGES.old CODE_OF_CONDUCT CONTRIBUTING.rst EXAMPLES LICENSE MANIFEST.in Makefile README.rst babel.cfg setup.cfg setup.py tox.ini Sphinx.egg-info/PKG-INFO Sphinx.egg-info/SOURCES.txt Sphinx.egg-info/dependency_links.txt Sphinx.egg-info/entry_points.txt Sphinx.egg-info/not-zip-safe Sphinx.egg-info/requires.txt Sphinx.egg-info/top_level.txt doc/Makefile doc/changes.rst doc/conf.py doc/contents.rst doc/develop.rst doc/examples.rst doc/faq.rst doc/glossary.rst doc/latex.rst doc/make.bat doc/templating.rst doc/_static/Makefile doc/_static/bookcover.png doc/_static/conf.py.txt doc/_static/favicon.svg doc/_static/more.png doc/_static/pocoo.png doc/_static/sphinx.png doc/_static/translation.png doc/_static/translation.puml doc/_static/translation.svg doc/_static/themes/agogo.png doc/_static/themes/alabaster.png doc/_static/themes/bizstyle.png doc/_static/themes/classic.png doc/_static/themes/haiku.png doc/_static/themes/nature.png doc/_static/themes/pyramid.png doc/_static/themes/scrolls.png doc/_static/themes/sphinx_rtd_theme.png doc/_static/themes/sphinxdoc.png doc/_static/themes/traditional.png doc/_static/themes/fullsize/agogo.png doc/_static/themes/fullsize/alabaster.png doc/_static/themes/fullsize/bizstyle.png doc/_static/themes/fullsize/classic.png doc/_static/themes/fullsize/haiku.png doc/_static/themes/fullsize/nature.png doc/_static/themes/fullsize/pyramid.png doc/_static/themes/fullsize/scrolls.png doc/_static/themes/fullsize/sphinx_rtd_theme.png doc/_static/themes/fullsize/sphinxdoc.png doc/_static/themes/fullsize/traditional.png doc/_templates/index.html doc/_templates/indexsidebar.html doc/_themes/sphinx13/layout.html doc/_themes/sphinx13/theme.conf doc/_themes/sphinx13/static/bodybg.png doc/_themes/sphinx13/static/footerbg.png doc/_themes/sphinx13/static/headerbg.png doc/_themes/sphinx13/static/listitem.png doc/_themes/sphinx13/static/relbg.png doc/_themes/sphinx13/static/sphinx13.css doc/_themes/sphinx13/static/sphinxheader.png doc/development/builders.rst doc/development/index.rst doc/development/overview.rst doc/development/theming.rst doc/development/tutorials/helloworld.rst doc/development/tutorials/index.rst doc/development/tutorials/recipe.rst doc/development/tutorials/todo.rst doc/development/tutorials/examples/README.rst doc/development/tutorials/examples/helloworld.py doc/development/tutorials/examples/recipe.py doc/development/tutorials/examples/todo.py doc/extdev/appapi.rst doc/extdev/builderapi.rst doc/extdev/collectorapi.rst doc/extdev/deprecated.rst doc/extdev/domainapi.rst doc/extdev/envapi.rst doc/extdev/i18n.rst doc/extdev/index.rst doc/extdev/logging.rst doc/extdev/markupapi.rst doc/extdev/nodes.rst doc/extdev/parserapi.rst doc/extdev/projectapi.rst doc/extdev/utils.rst doc/internals/authors.rst doc/internals/code-of-conduct.rst doc/internals/contributing.rst doc/internals/index.rst doc/internals/organization.rst doc/internals/release-process.rst doc/man/index.rst doc/man/sphinx-apidoc.rst doc/man/sphinx-autogen.rst doc/man/sphinx-build.rst doc/man/sphinx-quickstart.rst doc/usage/configuration.rst doc/usage/index.rst doc/usage/installation.rst doc/usage/markdown.rst doc/usage/quickstart.rst doc/usage/theming.rst doc/usage/advanced/intl.rst doc/usage/advanced/setuptools.rst doc/usage/advanced/websupport/api.rst doc/usage/advanced/websupport/index.rst doc/usage/advanced/websupport/quickstart.rst doc/usage/advanced/websupport/searchadapters.rst doc/usage/advanced/websupport/storagebackends.rst doc/usage/builders/index.rst doc/usage/extensions/autodoc.rst doc/usage/extensions/autosectionlabel.rst doc/usage/extensions/autosummary.rst doc/usage/extensions/coverage.rst doc/usage/extensions/doctest.rst doc/usage/extensions/duration.rst doc/usage/extensions/example_google.py doc/usage/extensions/example_google.rst doc/usage/extensions/example_numpy.py doc/usage/extensions/example_numpy.rst doc/usage/extensions/extlinks.rst doc/usage/extensions/githubpages.rst doc/usage/extensions/graphviz.rst doc/usage/extensions/ifconfig.rst doc/usage/extensions/imgconverter.rst doc/usage/extensions/index.rst doc/usage/extensions/inheritance.rst doc/usage/extensions/intersphinx.rst doc/usage/extensions/linkcode.rst doc/usage/extensions/math.rst doc/usage/extensions/napoleon.rst doc/usage/extensions/todo.rst doc/usage/extensions/viewcode.rst doc/usage/restructuredtext/basics.rst doc/usage/restructuredtext/directives.rst doc/usage/restructuredtext/domains.rst doc/usage/restructuredtext/field-lists.rst doc/usage/restructuredtext/index.rst doc/usage/restructuredtext/roles.rst sphinx/__init__.py sphinx/__main__.py sphinx/addnodes.py sphinx/application.py sphinx/config.py sphinx/deprecation.py sphinx/errors.py sphinx/events.py sphinx/extension.py sphinx/highlighting.py sphinx/io.py sphinx/jinja2glue.py sphinx/parsers.py sphinx/project.py sphinx/pygments_styles.py sphinx/registry.py sphinx/roles.py sphinx/setup_command.py sphinx/theming.py sphinx/versioning.py sphinx/builders/__init__.py sphinx/builders/_epub_base.py sphinx/builders/applehelp.py sphinx/builders/changes.py sphinx/builders/devhelp.py sphinx/builders/dirhtml.py sphinx/builders/dummy.py sphinx/builders/epub3.py sphinx/builders/gettext.py sphinx/builders/htmlhelp.py sphinx/builders/linkcheck.py sphinx/builders/manpage.py sphinx/builders/qthelp.py sphinx/builders/singlehtml.py sphinx/builders/texinfo.py sphinx/builders/text.py sphinx/builders/xml.py sphinx/builders/html/__init__.py sphinx/builders/html/transforms.py sphinx/builders/latex/__init__.py sphinx/builders/latex/constants.py sphinx/builders/latex/nodes.py sphinx/builders/latex/theming.py sphinx/builders/latex/transforms.py sphinx/builders/latex/util.py sphinx/cmd/__init__.py sphinx/cmd/build.py sphinx/cmd/make_mode.py sphinx/cmd/quickstart.py sphinx/directives/__init__.py sphinx/directives/code.py sphinx/directives/other.py sphinx/directives/patches.py sphinx/domains/__init__.py sphinx/domains/c.py sphinx/domains/changeset.py sphinx/domains/citation.py sphinx/domains/cpp.py sphinx/domains/index.py sphinx/domains/javascript.py sphinx/domains/math.py sphinx/domains/python.py sphinx/domains/rst.py sphinx/domains/std.py sphinx/environment/__init__.py sphinx/environment/adapters/__init__.py sphinx/environment/adapters/asset.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/apidoc.py sphinx/ext/autosectionlabel.py sphinx/ext/coverage.py sphinx/ext/doctest.py sphinx/ext/duration.py sphinx/ext/extlinks.py sphinx/ext/githubpages.py sphinx/ext/graphviz.py sphinx/ext/ifconfig.py sphinx/ext/imgconverter.py sphinx/ext/imgmath.py sphinx/ext/inheritance_diagram.py sphinx/ext/intersphinx.py sphinx/ext/jsmath.py sphinx/ext/linkcode.py sphinx/ext/mathjax.py sphinx/ext/todo.py sphinx/ext/viewcode.py sphinx/ext/autodoc/__init__.py sphinx/ext/autodoc/directive.py sphinx/ext/autodoc/importer.py sphinx/ext/autodoc/mock.py sphinx/ext/autodoc/type_comment.py sphinx/ext/autodoc/typehints.py sphinx/ext/autosummary/__init__.py sphinx/ext/autosummary/generate.py sphinx/ext/autosummary/templates/autosummary/base.rst sphinx/ext/autosummary/templates/autosummary/class.rst sphinx/ext/autosummary/templates/autosummary/module.rst sphinx/ext/napoleon/__init__.py sphinx/ext/napoleon/docstring.py sphinx/ext/napoleon/iterators.py sphinx/locale/__init__.py sphinx/locale/sphinx.pot sphinx/locale/ar/LC_MESSAGES/sphinx.js sphinx/locale/ar/LC_MESSAGES/sphinx.mo sphinx/locale/ar/LC_MESSAGES/sphinx.po sphinx/locale/bg/LC_MESSAGES/sphinx.js sphinx/locale/bg/LC_MESSAGES/sphinx.mo sphinx/locale/bg/LC_MESSAGES/sphinx.po sphinx/locale/bn/LC_MESSAGES/sphinx.js sphinx/locale/bn/LC_MESSAGES/sphinx.mo sphinx/locale/bn/LC_MESSAGES/sphinx.po sphinx/locale/ca/LC_MESSAGES/sphinx.js sphinx/locale/ca/LC_MESSAGES/sphinx.mo sphinx/locale/ca/LC_MESSAGES/sphinx.po sphinx/locale/cak/LC_MESSAGES/sphinx.js sphinx/locale/cak/LC_MESSAGES/sphinx.mo sphinx/locale/cak/LC_MESSAGES/sphinx.po sphinx/locale/cs/LC_MESSAGES/sphinx.js sphinx/locale/cs/LC_MESSAGES/sphinx.mo sphinx/locale/cs/LC_MESSAGES/sphinx.po sphinx/locale/cy/LC_MESSAGES/sphinx.js sphinx/locale/cy/LC_MESSAGES/sphinx.mo sphinx/locale/cy/LC_MESSAGES/sphinx.po sphinx/locale/da/LC_MESSAGES/sphinx.js sphinx/locale/da/LC_MESSAGES/sphinx.mo sphinx/locale/da/LC_MESSAGES/sphinx.po sphinx/locale/de/LC_MESSAGES/sphinx.js sphinx/locale/de/LC_MESSAGES/sphinx.mo sphinx/locale/de/LC_MESSAGES/sphinx.po sphinx/locale/el/LC_MESSAGES/sphinx.js sphinx/locale/el/LC_MESSAGES/sphinx.mo sphinx/locale/el/LC_MESSAGES/sphinx.po sphinx/locale/eo/LC_MESSAGES/sphinx.js sphinx/locale/eo/LC_MESSAGES/sphinx.mo sphinx/locale/eo/LC_MESSAGES/sphinx.po sphinx/locale/es/LC_MESSAGES/sphinx.js sphinx/locale/es/LC_MESSAGES/sphinx.mo sphinx/locale/es/LC_MESSAGES/sphinx.po sphinx/locale/et/LC_MESSAGES/sphinx.js sphinx/locale/et/LC_MESSAGES/sphinx.mo sphinx/locale/et/LC_MESSAGES/sphinx.po sphinx/locale/eu/LC_MESSAGES/sphinx.js sphinx/locale/eu/LC_MESSAGES/sphinx.mo sphinx/locale/eu/LC_MESSAGES/sphinx.po sphinx/locale/fa/LC_MESSAGES/sphinx.js sphinx/locale/fa/LC_MESSAGES/sphinx.mo sphinx/locale/fa/LC_MESSAGES/sphinx.po sphinx/locale/fi/LC_MESSAGES/sphinx.js sphinx/locale/fi/LC_MESSAGES/sphinx.mo sphinx/locale/fi/LC_MESSAGES/sphinx.po sphinx/locale/fr/LC_MESSAGES/sphinx.js sphinx/locale/fr/LC_MESSAGES/sphinx.mo sphinx/locale/fr/LC_MESSAGES/sphinx.po sphinx/locale/he/LC_MESSAGES/sphinx.js sphinx/locale/he/LC_MESSAGES/sphinx.mo sphinx/locale/he/LC_MESSAGES/sphinx.po sphinx/locale/hi/LC_MESSAGES/sphinx.js sphinx/locale/hi/LC_MESSAGES/sphinx.mo sphinx/locale/hi/LC_MESSAGES/sphinx.po sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po sphinx/locale/hr/LC_MESSAGES/sphinx.js sphinx/locale/hr/LC_MESSAGES/sphinx.mo sphinx/locale/hr/LC_MESSAGES/sphinx.po sphinx/locale/hu/LC_MESSAGES/sphinx.js sphinx/locale/hu/LC_MESSAGES/sphinx.mo sphinx/locale/hu/LC_MESSAGES/sphinx.po sphinx/locale/id/LC_MESSAGES/sphinx.js sphinx/locale/id/LC_MESSAGES/sphinx.mo sphinx/locale/id/LC_MESSAGES/sphinx.po sphinx/locale/it/LC_MESSAGES/sphinx.js sphinx/locale/it/LC_MESSAGES/sphinx.mo sphinx/locale/it/LC_MESSAGES/sphinx.po sphinx/locale/ja/LC_MESSAGES/sphinx.js sphinx/locale/ja/LC_MESSAGES/sphinx.mo sphinx/locale/ja/LC_MESSAGES/sphinx.po sphinx/locale/ko/LC_MESSAGES/sphinx.js sphinx/locale/ko/LC_MESSAGES/sphinx.mo sphinx/locale/ko/LC_MESSAGES/sphinx.po sphinx/locale/lt/LC_MESSAGES/sphinx.js sphinx/locale/lt/LC_MESSAGES/sphinx.mo sphinx/locale/lt/LC_MESSAGES/sphinx.po sphinx/locale/lv/LC_MESSAGES/sphinx.js sphinx/locale/lv/LC_MESSAGES/sphinx.mo sphinx/locale/lv/LC_MESSAGES/sphinx.po sphinx/locale/mk/LC_MESSAGES/sphinx.js sphinx/locale/mk/LC_MESSAGES/sphinx.mo sphinx/locale/mk/LC_MESSAGES/sphinx.po sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po sphinx/locale/ne/LC_MESSAGES/sphinx.js sphinx/locale/ne/LC_MESSAGES/sphinx.mo sphinx/locale/ne/LC_MESSAGES/sphinx.po sphinx/locale/nl/LC_MESSAGES/sphinx.js sphinx/locale/nl/LC_MESSAGES/sphinx.mo sphinx/locale/nl/LC_MESSAGES/sphinx.po sphinx/locale/pl/LC_MESSAGES/sphinx.js sphinx/locale/pl/LC_MESSAGES/sphinx.mo sphinx/locale/pl/LC_MESSAGES/sphinx.po sphinx/locale/pt/LC_MESSAGES/sphinx.js sphinx/locale/pt/LC_MESSAGES/sphinx.mo sphinx/locale/pt/LC_MESSAGES/sphinx.po sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po sphinx/locale/ro/LC_MESSAGES/sphinx.js sphinx/locale/ro/LC_MESSAGES/sphinx.mo sphinx/locale/ro/LC_MESSAGES/sphinx.po sphinx/locale/ru/LC_MESSAGES/sphinx.js sphinx/locale/ru/LC_MESSAGES/sphinx.mo sphinx/locale/ru/LC_MESSAGES/sphinx.po sphinx/locale/si/LC_MESSAGES/sphinx.js sphinx/locale/si/LC_MESSAGES/sphinx.mo sphinx/locale/si/LC_MESSAGES/sphinx.po sphinx/locale/sk/LC_MESSAGES/sphinx.js sphinx/locale/sk/LC_MESSAGES/sphinx.mo sphinx/locale/sk/LC_MESSAGES/sphinx.po sphinx/locale/sl/LC_MESSAGES/sphinx.js sphinx/locale/sl/LC_MESSAGES/sphinx.mo sphinx/locale/sl/LC_MESSAGES/sphinx.po sphinx/locale/sq/LC_MESSAGES/sphinx.js sphinx/locale/sq/LC_MESSAGES/sphinx.mo sphinx/locale/sq/LC_MESSAGES/sphinx.po sphinx/locale/sr/LC_MESSAGES/sphinx.js sphinx/locale/sr/LC_MESSAGES/sphinx.mo sphinx/locale/sr/LC_MESSAGES/sphinx.po sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po sphinx/locale/sr_RS/LC_MESSAGES/sphinx.js sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po sphinx/locale/sv/LC_MESSAGES/sphinx.js sphinx/locale/sv/LC_MESSAGES/sphinx.mo sphinx/locale/sv/LC_MESSAGES/sphinx.po sphinx/locale/ta/LC_MESSAGES/sphinx.js sphinx/locale/ta/LC_MESSAGES/sphinx.mo sphinx/locale/ta/LC_MESSAGES/sphinx.po sphinx/locale/te/LC_MESSAGES/sphinx.js sphinx/locale/te/LC_MESSAGES/sphinx.mo sphinx/locale/te/LC_MESSAGES/sphinx.po sphinx/locale/tr/LC_MESSAGES/sphinx.js sphinx/locale/tr/LC_MESSAGES/sphinx.mo sphinx/locale/tr/LC_MESSAGES/sphinx.po sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po sphinx/locale/ur/LC_MESSAGES/sphinx.js sphinx/locale/ur/LC_MESSAGES/sphinx.mo sphinx/locale/ur/LC_MESSAGES/sphinx.po sphinx/locale/vi/LC_MESSAGES/sphinx.js sphinx/locale/vi/LC_MESSAGES/sphinx.mo sphinx/locale/vi/LC_MESSAGES/sphinx.po sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo 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/__init__.py sphinx/pycode/ast.py sphinx/pycode/parser.py sphinx/search/__init__.py sphinx/search/da.py sphinx/search/de.py sphinx/search/en.py sphinx/search/es.py sphinx/search/fi.py sphinx/search/fr.py sphinx/search/hu.py sphinx/search/it.py sphinx/search/ja.py sphinx/search/jssplitter.py sphinx/search/nl.py sphinx/search/no.py sphinx/search/pt.py sphinx/search/ro.py sphinx/search/ru.py sphinx/search/sv.py sphinx/search/tr.py sphinx/search/zh.py sphinx/search/non-minified-js/danish-stemmer.js sphinx/search/non-minified-js/dutch-stemmer.js sphinx/search/non-minified-js/finnish-stemmer.js sphinx/search/non-minified-js/french-stemmer.js sphinx/search/non-minified-js/german-stemmer.js sphinx/search/non-minified-js/hungarian-stemmer.js sphinx/search/non-minified-js/italian-stemmer.js sphinx/search/non-minified-js/norwegian-stemmer.js sphinx/search/non-minified-js/porter-stemmer.js sphinx/search/non-minified-js/portuguese-stemmer.js sphinx/search/non-minified-js/romanian-stemmer.js 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/apidoc/module.rst_t sphinx/templates/apidoc/package.rst_t sphinx/templates/apidoc/toc.rst_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/gettext/message.pot_t sphinx/templates/graphviz/graphviz.css sphinx/templates/htmlhelp/project.hhc sphinx/templates/htmlhelp/project.hhp sphinx/templates/htmlhelp/project.stp sphinx/templates/imgmath/preview.tex_t sphinx/templates/imgmath/template.tex_t sphinx/templates/latex/latex.tex_t sphinx/templates/latex/longtable.tex_t sphinx/templates/latex/sphinxmessages.sty_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 sphinx/templates/quickstart/make.bat.new_t sphinx/templates/quickstart/make.bat_t sphinx/templates/quickstart/master_doc.rst_t sphinx/templates/texinfo/Makefile sphinx/testing/__init__.py sphinx/testing/comparer.py sphinx/testing/fixtures.py sphinx/testing/path.py sphinx/testing/restructuredtext.py sphinx/testing/util.py sphinx/texinputs/LICRcyr2utf8.xdy sphinx/texinputs/LICRlatin2utf8.xdy sphinx/texinputs/LatinRules.xdy sphinx/texinputs/Makefile_t sphinx/texinputs/footnotehyper-sphinx.sty sphinx/texinputs/latexmkjarc_t sphinx/texinputs/latexmkrc_t sphinx/texinputs/make.bat_t sphinx/texinputs/python.ist sphinx/texinputs/sphinx.sty sphinx/texinputs/sphinx.xdy sphinx/texinputs/sphinxcyrillic.sty sphinx/texinputs/sphinxhowto.cls sphinx/texinputs/sphinxmanual.cls sphinx/texinputs/sphinxmulticell.sty sphinx/texinputs_win/Makefile_t 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 sphinx/themes/basic/genindex.html sphinx/themes/basic/globaltoc.html sphinx/themes/basic/layout.html sphinx/themes/basic/localtoc.html sphinx/themes/basic/opensearch.xml sphinx/themes/basic/page.html sphinx/themes/basic/relations.html sphinx/themes/basic/search.html sphinx/themes/basic/searchbox.html sphinx/themes/basic/sourcelink.html sphinx/themes/basic/theme.conf sphinx/themes/basic/changes/frameset.html sphinx/themes/basic/changes/rstsource.html sphinx/themes/basic/changes/versionchanges.html sphinx/themes/basic/static/basic.css_t sphinx/themes/basic/static/doctools.js sphinx/themes/basic/static/documentation_options.js_t sphinx/themes/basic/static/file.png sphinx/themes/basic/static/jquery-3.5.1.js sphinx/themes/basic/static/jquery.js sphinx/themes/basic/static/language_data.js_t sphinx/themes/basic/static/minus.png sphinx/themes/basic/static/plus.png sphinx/themes/basic/static/searchtools.js sphinx/themes/basic/static/underscore-1.3.1.js sphinx/themes/basic/static/underscore.js sphinx/themes/bizstyle/layout.html sphinx/themes/bizstyle/theme.conf sphinx/themes/bizstyle/static/background_b01.png sphinx/themes/bizstyle/static/bizstyle.css_t sphinx/themes/bizstyle/static/bizstyle.js_t sphinx/themes/bizstyle/static/css3-mediaqueries.js sphinx/themes/bizstyle/static/css3-mediaqueries_src.js sphinx/themes/classic/layout.html sphinx/themes/classic/theme.conf sphinx/themes/classic/static/classic.css_t sphinx/themes/classic/static/sidebar.js_t sphinx/themes/default/theme.conf sphinx/themes/default/static/default.css sphinx/themes/epub/epub-cover.html sphinx/themes/epub/layout.html sphinx/themes/epub/theme.conf sphinx/themes/epub/static/epub.css_t sphinx/themes/haiku/layout.html sphinx/themes/haiku/theme.conf sphinx/themes/haiku/static/alert_info_32.png sphinx/themes/haiku/static/alert_warning_32.png sphinx/themes/haiku/static/bg-page.png sphinx/themes/haiku/static/bullet_orange.png sphinx/themes/haiku/static/haiku.css_t sphinx/themes/nature/theme.conf sphinx/themes/nature/static/nature.css_t sphinx/themes/nonav/layout.html sphinx/themes/nonav/theme.conf sphinx/themes/nonav/static/nonav.css sphinx/themes/pyramid/layout.html sphinx/themes/pyramid/theme.conf sphinx/themes/pyramid/static/dialog-note.png sphinx/themes/pyramid/static/dialog-seealso.png sphinx/themes/pyramid/static/dialog-todo.png sphinx/themes/pyramid/static/dialog-topic.png sphinx/themes/pyramid/static/dialog-warning.png sphinx/themes/pyramid/static/epub.css sphinx/themes/pyramid/static/footerbg.png sphinx/themes/pyramid/static/headerbg.png sphinx/themes/pyramid/static/ie6.css sphinx/themes/pyramid/static/middlebg.png sphinx/themes/pyramid/static/pyramid.css_t sphinx/themes/pyramid/static/transparent.gif sphinx/themes/scrolls/layout.html sphinx/themes/scrolls/theme.conf sphinx/themes/scrolls/artwork/logo.svg sphinx/themes/scrolls/static/darkmetal.png sphinx/themes/scrolls/static/headerbg.png sphinx/themes/scrolls/static/logo.png sphinx/themes/scrolls/static/metal.png sphinx/themes/scrolls/static/navigation.png sphinx/themes/scrolls/static/print.css sphinx/themes/scrolls/static/scrolls.css_t sphinx/themes/scrolls/static/theme_extras.js sphinx/themes/scrolls/static/watermark.png sphinx/themes/scrolls/static/watermark_blur.png sphinx/themes/sphinxdoc/theme.conf sphinx/themes/sphinxdoc/static/contents.png sphinx/themes/sphinxdoc/static/navigation.png sphinx/themes/sphinxdoc/static/sphinxdoc.css_t sphinx/themes/traditional/theme.conf sphinx/themes/traditional/static/traditional.css_t sphinx/transforms/__init__.py sphinx/transforms/compact_bullet_list.py sphinx/transforms/i18n.py sphinx/transforms/references.py sphinx/transforms/post_transforms/__init__.py sphinx/transforms/post_transforms/code.py sphinx/transforms/post_transforms/images.py sphinx/util/__init__.py sphinx/util/build_phase.py sphinx/util/cfamily.py sphinx/util/compat.py sphinx/util/console.py sphinx/util/docfields.py sphinx/util/docstrings.py sphinx/util/docutils.py 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 sphinx/util/matching.py sphinx/util/math.py sphinx/util/nodes.py sphinx/util/osutil.py sphinx/util/parallel.py sphinx/util/png.py sphinx/util/pycompat.py sphinx/util/requests.py sphinx/util/rst.py sphinx/util/smartypants.py sphinx/util/tags.py sphinx/util/template.py sphinx/util/texescape.py sphinx/util/typing.py sphinx/util/stemmer/__init__.py sphinx/util/stemmer/porter.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 sphinx/writers/text.py sphinx/writers/xml.py tests/conftest.py tests/test_api_translator.py tests/test_application.py tests/test_build.py tests/test_build_changes.py tests/test_build_dirhtml.py tests/test_build_epub.py tests/test_build_gettext.py tests/test_build_html.py tests/test_build_latex.py tests/test_build_linkcheck.py tests/test_build_manpage.py tests/test_build_texinfo.py tests/test_build_text.py tests/test_builder.py tests/test_catalogs.py tests/test_config.py tests/test_correct_year.py tests/test_directive_code.py tests/test_directive_only.py tests/test_directive_other.py tests/test_directive_patch.py tests/test_docutilsconf.py tests/test_domain_c.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 tests/test_environment.py tests/test_environment_indexentries.py tests/test_environment_toctree.py tests/test_errors.py tests/test_events.py tests/test_ext_apidoc.py tests/test_ext_autodoc.py tests/test_ext_autodoc_autofunction.py tests/test_ext_autodoc_configs.py tests/test_ext_autodoc_events.py tests/test_ext_autodoc_mock.py tests/test_ext_autodoc_private_members.py tests/test_ext_autosectionlabel.py tests/test_ext_autosummary.py tests/test_ext_coverage.py tests/test_ext_doctest.py tests/test_ext_duration.py tests/test_ext_githubpages.py tests/test_ext_graphviz.py tests/test_ext_ifconfig.py tests/test_ext_imgconverter.py tests/test_ext_inheritance_diagram.py tests/test_ext_intersphinx.py tests/test_ext_math.py tests/test_ext_napoleon.py tests/test_ext_napoleon_docstring.py tests/test_ext_napoleon_iterators.py tests/test_ext_todo.py tests/test_ext_viewcode.py tests/test_highlighting.py tests/test_intl.py tests/test_locale.py tests/test_markup.py tests/test_metadata.py tests/test_parser.py tests/test_project.py tests/test_pycode.py tests/test_pycode_ast.py tests/test_pycode_parser.py tests/test_quickstart.py tests/test_roles.py tests/test_search.py tests/test_setup_command.py tests/test_smartquotes.py tests/test_templating.py tests/test_theming.py tests/test_toctree.py tests/test_transforms_post_transforms_code.py tests/test_util.py tests/test_util_docstrings.py tests/test_util_docutils.py tests/test_util_fileutil.py tests/test_util_i18n.py tests/test_util_images.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 tests/test_util_nodes.py tests/test_util_pycompat.py tests/test_util_rst.py tests/test_util_template.py tests/test_util_typing.py tests/test_versioning.py tests/test_writer_latex.py tests/typing_test_data.py tests/js/doctools.js tests/roots/test-add_enumerable_node/conf.py tests/roots/test-add_enumerable_node/enumerable_node.py tests/roots/test-add_enumerable_node/index.rst tests/roots/test-add_enumerable_node/rimg.png tests/roots/test-add_source_parser/conf.py tests/roots/test-add_source_parser/source_parser.py tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py tests/roots/test-add_source_parser-conflicts-with-users-setting/source_parser.py 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/e/__init__.py tests/roots/test-apidoc-pep420/a/b/e/f.py tests/roots/test-apidoc-pep420/a/b/x/y.py tests/roots/test-apidoc-subpackage-in-toc/parent/__init__.py tests/roots/test-apidoc-subpackage-in-toc/parent/child/__init__.py tests/roots/test-apidoc-subpackage-in-toc/parent/child/foo.py tests/roots/test-apidoc-toc/mypackage/__init__.py tests/roots/test-apidoc-toc/mypackage/main.py tests/roots/test-apidoc-toc/mypackage/no_init/foo.py tests/roots/test-apidoc-toc/mypackage/resource/__init__.py tests/roots/test-apidoc-toc/mypackage/resource/resource.txt tests/roots/test-apidoc-toc/mypackage/something/__init__.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/dummy_module.py tests/roots/test-autosummary/index.rst 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-html-translator/conf.py tests/roots/test-build-html-translator/index.rst tests/roots/test-build-text/conf.py tests/roots/test-build-text/doc1.txt tests/roots/test-build-text/doc2.txt tests/roots/test-build-text/index.txt tests/roots/test-build-text/lineblock.txt tests/roots/test-build-text/listitems.txt tests/roots/test-build-text/maxwidth.txt tests/roots/test-build-text/nonascii_maxwidth.txt tests/roots/test-build-text/nonascii_table.txt tests/roots/test-build-text/nonascii_title.txt tests/roots/test-build-text/table.txt tests/roots/test-build-text/table_colspan.txt tests/roots/test-build-text/table_colspan_and_rowspan.txt tests/roots/test-build-text/table_colspan_left.txt tests/roots/test-build-text/table_rowspan.txt tests/roots/test-builder-dirhtml/bar.rst tests/roots/test-builder-dirhtml/conf.py tests/roots/test-builder-dirhtml/index.rst tests/roots/test-builder-dirhtml/foo/foo_1.rst tests/roots/test-builder-dirhtml/foo/foo_2.rst tests/roots/test-builder-dirhtml/foo/index.rst tests/roots/test-builder-gettext-dont-rebuild-mo/bom.rst tests/roots/test-builder-gettext-dont-rebuild-mo/conf.py tests/roots/test-builder-gettext-dont-rebuild-mo/index.rst tests/roots/test-builder-gettext-dont-rebuild-mo/xx/LC_MESSAGES/bom.po tests/roots/test-changes/base.rst tests/roots/test-changes/c-api.rst tests/roots/test-changes/conf.py tests/roots/test-changes/contents.rst tests/roots/test-changes/library/utils.rst tests/roots/test-circular/conf.py tests/roots/test-circular/index.rst tests/roots/test-circular/sub.rst tests/roots/test-config/conf.py tests/roots/test-correct-year/conf.py tests/roots/test-correct-year/index.rst tests/roots/test-default_role/conf.py tests/roots/test-default_role/foo.rst tests/roots/test-default_role/index.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/emphasize.rst tests/roots/test-directive-code/empty.inc tests/roots/test-directive-code/error.inc tests/roots/test-directive-code/force.rst tests/roots/test-directive-code/highlight.rst tests/roots/test-directive-code/index.rst tests/roots/test-directive-code/linenos.rst tests/roots/test-directive-code/linenothreshold.rst tests/roots/test-directive-code/literal-diff.inc tests/roots/test-directive-code/literal-short.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 tests/roots/test-directive-only/index.rst tests/roots/test-directive-only/only.rst tests/roots/test-directives-raw/conf.py tests/roots/test-directives-raw/index.rst tests/roots/test-docutilsconf/conf.py tests/roots/test-docutilsconf/docutils.conf tests/roots/test-docutilsconf/index.rst tests/roots/test-domain-c/anon-dup-decl.rst tests/roots/test-domain-c/conf.py tests/roots/test-domain-c/function_param_target.rst tests/roots/test-domain-c/index.rst tests/roots/test-domain-c/namespace.rst tests/roots/test-domain-c/semicolon.rst tests/roots/test-domain-cpp/anon-dup-decl.rst tests/roots/test-domain-cpp/any-role.rst tests/roots/test-domain-cpp/backslash.rst tests/roots/test-domain-cpp/conf.py tests/roots/test-domain-cpp/index.rst tests/roots/test-domain-cpp/lookup-key-overload.rst tests/roots/test-domain-cpp/multi-decl-lookup.rst tests/roots/test-domain-cpp/roles-targets-ok.rst tests/roots/test-domain-cpp/roles-targets-warn.rst tests/roots/test-domain-cpp/roles.rst tests/roots/test-domain-cpp/roles2.rst tests/roots/test-domain-cpp/semicolon.rst tests/roots/test-domain-cpp/warn-template-param-qualified-name.rst tests/roots/test-domain-cpp/xref_consistency.rst tests/roots/test-domain-js/conf.py tests/roots/test-domain-js/index.rst tests/roots/test-domain-js/module.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/module_option.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 tests/roots/test-double-inheriting-theme/base_themes_dir/base_theme2/theme.conf tests/roots/test-epub-anchor-id/conf.py tests/roots/test-epub-anchor-id/index.rst tests/roots/test-ext-autodoc/autodoc_dummy_bar.py tests/roots/test-ext-autodoc/autodoc_dummy_module.py tests/roots/test-ext-autodoc/conf.py tests/roots/test-ext-autodoc/index.rst tests/roots/test-ext-autodoc/bug2437/__init__.py tests/roots/test-ext-autodoc/bug2437/autodoc_dummy_foo.py tests/roots/test-ext-autodoc/target/TYPE_CHECKING.py tests/roots/test-ext-autodoc/target/__init__.py tests/roots/test-ext-autodoc/target/abstractmethods.py tests/roots/test-ext-autodoc/target/annotated.py tests/roots/test-ext-autodoc/target/annotations.py tests/roots/test-ext-autodoc/target/autoclass_content.py tests/roots/test-ext-autodoc/target/bound_method.py tests/roots/test-ext-autodoc/target/cached_property.py tests/roots/test-ext-autodoc/target/callable.py tests/roots/test-ext-autodoc/target/classes.py tests/roots/test-ext-autodoc/target/coroutine.py tests/roots/test-ext-autodoc/target/cython.pyx tests/roots/test-ext-autodoc/target/decorator.py tests/roots/test-ext-autodoc/target/descriptor.py tests/roots/test-ext-autodoc/target/docstring_signature.py tests/roots/test-ext-autodoc/target/enums.py tests/roots/test-ext-autodoc/target/final.py tests/roots/test-ext-autodoc/target/functions.py tests/roots/test-ext-autodoc/target/generic_class.py tests/roots/test-ext-autodoc/target/genericalias.py tests/roots/test-ext-autodoc/target/imported_members.py tests/roots/test-ext-autodoc/target/inheritance.py tests/roots/test-ext-autodoc/target/methods.py tests/roots/test-ext-autodoc/target/name_mangling.py tests/roots/test-ext-autodoc/target/need_mocks.py tests/roots/test-ext-autodoc/target/overload.py tests/roots/test-ext-autodoc/target/overload2.py tests/roots/test-ext-autodoc/target/partialfunction.py tests/roots/test-ext-autodoc/target/partialmethod.py tests/roots/test-ext-autodoc/target/pep570.py tests/roots/test-ext-autodoc/target/private.py tests/roots/test-ext-autodoc/target/process_docstring.py tests/roots/test-ext-autodoc/target/singledispatch.py tests/roots/test-ext-autodoc/target/singledispatchmethod.py tests/roots/test-ext-autodoc/target/slots.py tests/roots/test-ext-autodoc/target/sort_by_all.py tests/roots/test-ext-autodoc/target/typed_vars.py tests/roots/test-ext-autodoc/target/typehints.py tests/roots/test-ext-autodoc/target/typevar.py tests/roots/test-ext-autodoc/target/wrappedfunction.py tests/roots/test-ext-autodoc/target/name_conflict/__init__.py tests/roots/test-ext-autodoc/target/name_conflict/foo.py tests/roots/test-ext-autosectionlabel/conf.py tests/roots/test-ext-autosectionlabel/index.rst tests/roots/test-ext-autosectionlabel-prefix-document/conf.py tests/roots/test-ext-autosectionlabel-prefix-document/index.rst tests/roots/test-ext-autosummary/autosummary_dummy_module.py tests/roots/test-ext-autosummary/autosummary_importfail.py tests/roots/test-ext-autosummary/conf.py tests/roots/test-ext-autosummary/index.rst tests/roots/test-ext-autosummary-filename-map/autosummary_dummy_module.py tests/roots/test-ext-autosummary-filename-map/conf.py tests/roots/test-ext-autosummary-filename-map/index.rst tests/roots/test-ext-autosummary-imported_members/conf.py tests/roots/test-ext-autosummary-imported_members/index.rst tests/roots/test-ext-autosummary-imported_members/autosummary_dummy_package/__init__.py tests/roots/test-ext-autosummary-imported_members/autosummary_dummy_package/autosummary_dummy_module.py tests/roots/test-ext-autosummary-mock_imports/conf.py tests/roots/test-ext-autosummary-mock_imports/foo.py tests/roots/test-ext-autosummary-mock_imports/index.rst tests/roots/test-ext-autosummary-recursive/conf.py tests/roots/test-ext-autosummary-recursive/index.rst tests/roots/test-ext-autosummary-recursive/package/__init__.py tests/roots/test-ext-autosummary-recursive/package/module.py tests/roots/test-ext-autosummary-recursive/package/module_importfail.py tests/roots/test-ext-autosummary-recursive/package/package/__init__.py tests/roots/test-ext-autosummary-recursive/package/package/module.py tests/roots/test-ext-autosummary-recursive/package2/__init__.py tests/roots/test-ext-autosummary-recursive/package2/module.py tests/roots/test-ext-autosummary-skip-member/conf.py tests/roots/test-ext-autosummary-skip-member/index.rst tests/roots/test-ext-autosummary-skip-member/target.py tests/roots/test-ext-autosummary-template/conf.py tests/roots/test-ext-autosummary-template/index.rst tests/roots/test-ext-autosummary-template/target.py tests/roots/test-ext-autosummary-template/_templates/empty.rst tests/roots/test-ext-coverage/conf.py tests/roots/test-ext-coverage/coverage_ignored.py tests/roots/test-ext-coverage/coverage_not_ignored.py tests/roots/test-ext-coverage/index.rst tests/roots/test-ext-doctest/conf.py tests/roots/test-ext-doctest/doctest.txt tests/roots/test-ext-doctest-skipif/conf.py tests/roots/test-ext-doctest-skipif/skipif.txt tests/roots/test-ext-doctest-with-autodoc/conf.py tests/roots/test-ext-doctest-with-autodoc/foo.py tests/roots/test-ext-doctest-with-autodoc/index.rst tests/roots/test-ext-doctest-with-autodoc/dir/__init__.py tests/roots/test-ext-doctest-with-autodoc/dir/bar.py tests/roots/test-ext-doctest-with-autodoc/dir/inner.rst tests/roots/test-ext-githubpages/conf.py tests/roots/test-ext-githubpages/index.rst tests/roots/test-ext-graphviz/conf.py tests/roots/test-ext-graphviz/graph.dot tests/roots/test-ext-graphviz/graph.xx.dot tests/roots/test-ext-graphviz/index.rst tests/roots/test-ext-ifconfig/conf.py tests/roots/test-ext-ifconfig/index.rst tests/roots/test-ext-imgconverter/conf.py tests/roots/test-ext-imgconverter/index.rst tests/roots/test-ext-imgconverter/svgimg.svg tests/roots/test-ext-inheritance_diagram/conf.py tests/roots/test-ext-inheritance_diagram/index.rst tests/roots/test-ext-inheritance_diagram/test.py tests/roots/test-ext-inheritance_diagram/example/__init__.py tests/roots/test-ext-inheritance_diagram/example/sphinx.py tests/roots/test-ext-intersphinx-cppdomain/conf.py tests/roots/test-ext-intersphinx-cppdomain/index.rst tests/roots/test-ext-math/conf.py tests/roots/test-ext-math/index.rst tests/roots/test-ext-math/math.rst tests/roots/test-ext-math/page.rst tests/roots/test-ext-math-compat/conf.py tests/roots/test-ext-math-compat/index.rst tests/roots/test-ext-math-simple/conf.py tests/roots/test-ext-math-simple/index.rst tests/roots/test-ext-todo/bar.rst tests/roots/test-ext-todo/conf.py tests/roots/test-ext-todo/foo.rst tests/roots/test-ext-todo/index.rst tests/roots/test-ext-viewcode/conf.py tests/roots/test-ext-viewcode/index.rst tests/roots/test-ext-viewcode/objects.rst tests/roots/test-ext-viewcode-find/conf.py tests/roots/test-ext-viewcode-find/index.rst tests/roots/test-ext-viewcode-find/not_a_package/__init__.py tests/roots/test-ext-viewcode-find/not_a_package/submodule.py tests/roots/test-ext-viewcode/spam/__init__.py tests/roots/test-ext-viewcode/spam/mod1.py tests/roots/test-ext-viewcode/spam/mod2.py tests/roots/test-ext-viewcode/spam/mod3.py tests/roots/test-extensions/conf.py tests/roots/test-extensions/read_parallel.py tests/roots/test-extensions/read_serial.py tests/roots/test-extensions/write_parallel.py tests/roots/test-extensions/write_serial.py tests/roots/test-footnotes/bar.rst tests/roots/test-footnotes/baz.rst tests/roots/test-footnotes/conf.py tests/roots/test-footnotes/index.rst tests/roots/test-footnotes/rimg.png tests/roots/test-gettext-template/conf.py tests/roots/test-gettext-template/index.rst tests/roots/test-gettext-template/_templates/template1.html tests/roots/test-gettext-template/_templates/template2.html tests/roots/test-glossary/conf.py tests/roots/test-glossary/index.rst tests/roots/test-html_assets/conf.py tests/roots/test-html_assets/index.rst tests/roots/test-html_assets/extra/.htaccess tests/roots/test-html_assets/extra/.htpasswd tests/roots/test-html_assets/extra/API.html_t tests/roots/test-html_assets/extra/index.rst tests/roots/test-html_assets/extra/rimg.png tests/roots/test-html_assets/extra/css/style.css tests/roots/test-html_assets/extra/subdir/.htaccess tests/roots/test-html_assets/extra/subdir/.htpasswd tests/roots/test-html_assets/static/.htaccess tests/roots/test-html_assets/static/.htpasswd tests/roots/test-html_assets/static/API.html_t tests/roots/test-html_assets/static/index.rst tests/roots/test-html_assets/static/rimg.png tests/roots/test-html_assets/static/css/style.css tests/roots/test-html_assets/static/js/custom.js tests/roots/test-html_assets/static/subdir/.htaccess tests/roots/test-html_assets/static/subdir/.htpasswd tests/roots/test-html_assets/subdir/background.png tests/roots/test-html_assets/subdir/_build/index.html tests/roots/test-html_entity/conf.py tests/roots/test-html_entity/index.rst tests/roots/test-html_scaled_image_link/conf.py tests/roots/test-html_scaled_image_link/img.png tests/roots/test-html_scaled_image_link/index.rst tests/roots/test-html_style/conf.py tests/roots/test-html_style/index.rst tests/roots/test-html_style/_static/default.css tests/roots/test-image-in-parsed-literal/conf.py tests/roots/test-image-in-parsed-literal/index.rst tests/roots/test-image-in-parsed-literal/pic.png tests/roots/test-image-in-section/conf.py tests/roots/test-image-in-section/index.rst tests/roots/test-image-in-section/pic.png tests/roots/test-images/conf.py tests/roots/test-images/img.gif tests/roots/test-images/img.ja.png tests/roots/test-images/img.pdf tests/roots/test-images/img.png tests/roots/test-images/img.zh.png tests/roots/test-images/index.rst tests/roots/test-images/rimg.png tests/roots/test-images/rimg.png.xx tests/roots/test-images/rimg.xx.png tests/roots/test-images/testimäge.png tests/roots/test-images/subdir/index.rst tests/roots/test-images/subdir/rimg.png tests/roots/test-images/subdir/rimg.xx.png tests/roots/test-images/subdir/svgimg.pdf tests/roots/test-images/subdir/svgimg.svg tests/roots/test-images/subdir/svgimg.xx.svg tests/roots/test-index_on_title/conf.py tests/roots/test-index_on_title/contents.rst tests/roots/test-inheritance/basic_diagram.rst tests/roots/test-inheritance/conf.py tests/roots/test-inheritance/diagram_module_w_2_top_classes.rst tests/roots/test-inheritance/diagram_w_1_top_class.rst tests/roots/test-inheritance/diagram_w_2_top_classes.rst tests/roots/test-inheritance/diagram_w_nested_classes.rst tests/roots/test-inheritance/diagram_w_parts.rst tests/roots/test-inheritance/index.rst tests/roots/test-inheritance/dummy/__init__.py tests/roots/test-inheritance/dummy/test.py tests/roots/test-inheritance/dummy/test_nested.py tests/roots/test-intl/admonitions.txt tests/roots/test-intl/bom.txt tests/roots/test-intl/conf.py tests/roots/test-intl/definition_terms.txt tests/roots/test-intl/docfields.txt tests/roots/test-intl/external_links.txt tests/roots/test-intl/figure.txt tests/roots/test-intl/footnote.txt tests/roots/test-intl/glossary_terms.txt tests/roots/test-intl/glossary_terms_inconsistency.txt tests/roots/test-intl/i18n.png tests/roots/test-intl/img.png tests/roots/test-intl/index.txt tests/roots/test-intl/index_entries.txt tests/roots/test-intl/label_target.txt tests/roots/test-intl/literalblock.txt tests/roots/test-intl/only.txt tests/roots/test-intl/raw.txt tests/roots/test-intl/refs.txt tests/roots/test-intl/refs_inconsistency.txt tests/roots/test-intl/refs_python_domain.txt tests/roots/test-intl/role_xref.txt tests/roots/test-intl/rubric.txt tests/roots/test-intl/section.txt tests/roots/test-intl/seealso.txt tests/roots/test-intl/table.txt tests/roots/test-intl/toctree.txt tests/roots/test-intl/topic.txt tests/roots/test-intl/versionchange.txt tests/roots/test-intl/warnings.txt tests/roots/test-intl/_templates/contents.html tests/roots/test-intl/subdir/index.txt tests/roots/test-intl/xx/LC_MESSAGES/admonitions.po tests/roots/test-intl/xx/LC_MESSAGES/bom.po tests/roots/test-intl/xx/LC_MESSAGES/definition_terms.po tests/roots/test-intl/xx/LC_MESSAGES/docfields.po tests/roots/test-intl/xx/LC_MESSAGES/external_links.po tests/roots/test-intl/xx/LC_MESSAGES/figure.po tests/roots/test-intl/xx/LC_MESSAGES/footnote.po tests/roots/test-intl/xx/LC_MESSAGES/glossary_terms.po tests/roots/test-intl/xx/LC_MESSAGES/glossary_terms_inconsistency.po tests/roots/test-intl/xx/LC_MESSAGES/index.po tests/roots/test-intl/xx/LC_MESSAGES/index_entries.po tests/roots/test-intl/xx/LC_MESSAGES/label_target.po tests/roots/test-intl/xx/LC_MESSAGES/literalblock.po tests/roots/test-intl/xx/LC_MESSAGES/only.po tests/roots/test-intl/xx/LC_MESSAGES/raw.po tests/roots/test-intl/xx/LC_MESSAGES/refs.po tests/roots/test-intl/xx/LC_MESSAGES/refs_inconsistency.po tests/roots/test-intl/xx/LC_MESSAGES/refs_python_domain.po tests/roots/test-intl/xx/LC_MESSAGES/role_xref.po tests/roots/test-intl/xx/LC_MESSAGES/rubric.po tests/roots/test-intl/xx/LC_MESSAGES/section.po tests/roots/test-intl/xx/LC_MESSAGES/seealso.po tests/roots/test-intl/xx/LC_MESSAGES/sphinx.po tests/roots/test-intl/xx/LC_MESSAGES/table.po tests/roots/test-intl/xx/LC_MESSAGES/toctree.po tests/roots/test-intl/xx/LC_MESSAGES/topic.po tests/roots/test-intl/xx/LC_MESSAGES/versionchange.po tests/roots/test-intl/xx/LC_MESSAGES/warnings.po tests/roots/test-keep_warnings/conf.py tests/roots/test-keep_warnings/index.rst 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-equations/conf.py tests/roots/test-latex-equations/equations.rst tests/roots/test-latex-equations/expects/latex-equations.tex tests/roots/test-latex-figure-in-admonition/conf.py tests/roots/test-latex-figure-in-admonition/img.png tests/roots/test-latex-figure-in-admonition/index.rst tests/roots/test-latex-includegraphics/conf.py tests/roots/test-latex-includegraphics/img.png tests/roots/test-latex-includegraphics/index.rst tests/roots/test-latex-includegraphics/sphinx.png tests/roots/test-latex-includegraphics/tall.png tests/roots/test-latex-index/conf.py tests/roots/test-latex-index/index.rst tests/roots/test-latex-labels/conf.py tests/roots/test-latex-labels/index.rst tests/roots/test-latex-labels/otherdoc.rst tests/roots/test-latex-numfig/conf.py tests/roots/test-latex-numfig/index.rst tests/roots/test-latex-numfig/indexhowto.rst tests/roots/test-latex-numfig/indexmanual.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-table/_mytemplates/latex/longtable.tex_t tests/roots/test-latex-table/expects/complex_spanning_cell.tex tests/roots/test-latex-table/expects/gridtable.tex tests/roots/test-latex-table/expects/longtable.tex tests/roots/test-latex-table/expects/longtable_having_align.tex tests/roots/test-latex-table/expects/longtable_having_caption.tex tests/roots/test-latex-table/expects/longtable_having_problematic_cell.tex tests/roots/test-latex-table/expects/longtable_having_stub_columns_and_problematic_cell.tex tests/roots/test-latex-table/expects/longtable_having_verbatim.tex tests/roots/test-latex-table/expects/longtable_having_widths.tex tests/roots/test-latex-table/expects/longtable_having_widths_and_problematic_cell.tex tests/roots/test-latex-table/expects/longtable_with_tabularcolumn.tex tests/roots/test-latex-table/expects/simple_table.tex tests/roots/test-latex-table/expects/table_having_caption.tex tests/roots/test-latex-table/expects/table_having_problematic_cell.tex tests/roots/test-latex-table/expects/table_having_stub_columns_and_problematic_cell.tex tests/roots/test-latex-table/expects/table_having_threeparagraphs_cell_in_first_col.tex tests/roots/test-latex-table/expects/table_having_verbatim.tex tests/roots/test-latex-table/expects/table_having_widths.tex tests/roots/test-latex-table/expects/table_having_widths_and_problematic_cell.tex tests/roots/test-latex-table/expects/tabular_having_widths.tex tests/roots/test-latex-table/expects/tabularcolumn.tex tests/roots/test-latex-table/expects/tabulary_having_widths.tex tests/roots/test-latex-theme/conf.py tests/roots/test-latex-theme/index.rst tests/roots/test-latex-theme/theme/custom/theme.conf tests/roots/test-latex-title/conf.py tests/roots/test-latex-title/index.rst tests/roots/test-latex-unicode/conf.py tests/roots/test-latex-unicode/index.rst tests/roots/test-linkcheck/conf.py tests/roots/test-linkcheck/links.txt tests/roots/test-linkcheck-localserver/conf.py tests/roots/test-linkcheck-localserver/index.rst tests/roots/test-locale/locale1/en/LC_MESSAGES/myext.mo tests/roots/test-locale/locale1/en/LC_MESSAGES/myext.po tests/roots/test-locale/locale2/en/LC_MESSAGES/myext.mo tests/roots/test-locale/locale2/en/LC_MESSAGES/myext.po tests/roots/test-manpage_url/conf.py tests/roots/test-manpage_url/index.rst tests/roots/test-markup-citation/conf.py tests/roots/test-markup-citation/index.rst tests/roots/test-markup-rubric/conf.py tests/roots/test-markup-rubric/index.rst tests/roots/test-maxlistdepth/conf.py tests/roots/test-maxlistdepth/index.rst tests/roots/test-metadata/conf.py tests/roots/test-metadata/index.rst tests/roots/test-need-escaped/bar.rst tests/roots/test-need-escaped/baz.rst tests/roots/test-need-escaped/conf.py tests/roots/test-need-escaped/foo.rst tests/roots/test-need-escaped/index.rst tests/roots/test-need-escaped/quux.rst tests/roots/test-need-escaped/qux.rst tests/roots/test-nested-enumerated-list/conf.py tests/roots/test-nested-enumerated-list/index.rst tests/roots/test-nested-tables/conf.py tests/roots/test-nested-tables/index.rst tests/roots/test-numbered-circular/conf.py tests/roots/test-numbered-circular/index.rst tests/roots/test-numbered-circular/sub.rst tests/roots/test-numfig/bar.rst tests/roots/test-numfig/baz.rst tests/roots/test-numfig/conf.py tests/roots/test-numfig/foo.rst tests/roots/test-numfig/index.rst tests/roots/test-numfig/rimg.png tests/roots/test-productionlist/Bare.rst tests/roots/test-productionlist/Dup1.rst tests/roots/test-productionlist/Dup2.rst tests/roots/test-productionlist/LineContinuation.rst tests/roots/test-productionlist/P1.rst tests/roots/test-productionlist/P2.rst tests/roots/test-productionlist/conf.py tests/roots/test-productionlist/firstLineRule.rst tests/roots/test-productionlist/index.rst tests/roots/test-prolog/conf.py tests/roots/test-prolog/index.rst tests/roots/test-prolog/markdown.md tests/roots/test-prolog/prolog_markdown_parser.py tests/roots/test-prolog/restructuredtext.rst tests/roots/test-pycode/cp_1251_coded.py tests/roots/test-pycode-egg/conf.py tests/roots/test-pycode-egg/index.rst tests/roots/test-pycode-egg/sample-0.0.0-py3.7.egg tests/roots/test-pycode-egg/src/sample.py tests/roots/test-pycode-egg/src/setup.py tests/roots/test-reST-code-block/conf.py tests/roots/test-reST-code-block/index.rst tests/roots/test-refonly_bullet_list/conf.py tests/roots/test-refonly_bullet_list/index.rst tests/roots/test-roles-download/conf.py tests/roots/test-roles-download/dummy.dat tests/roots/test-roles-download/index.rst tests/roots/test-roles-download/another/dummy.dat tests/roots/test-root/Makefile tests/roots/test-root/autodoc.txt tests/roots/test-root/autodoc_target.py tests/roots/test-root/bom.txt tests/roots/test-root/conf.py tests/roots/test-root/extapi.txt tests/roots/test-root/extensions.txt tests/roots/test-root/footnote.txt tests/roots/test-root/images.txt tests/roots/test-root/img.foo.png tests/roots/test-root/img.gif tests/roots/test-root/img.pdf tests/roots/test-root/img.png tests/roots/test-root/includes.txt tests/roots/test-root/index.txt tests/roots/test-root/lists.txt tests/roots/test-root/literal.inc tests/roots/test-root/literal_orig.inc tests/roots/test-root/markup.txt tests/roots/test-root/math.txt tests/roots/test-root/objects.txt tests/roots/test-root/otherext.foo tests/roots/test-root/parsermod.py tests/roots/test-root/quotes.inc tests/roots/test-root/rimg.png tests/roots/test-root/svgimg.pdf tests/roots/test-root/svgimg.svg tests/roots/test-root/tabs.inc tests/roots/test-root/test.inc tests/roots/test-root/wrongenc.inc tests/roots/test-root/_templates/contentssb.html tests/roots/test-root/_templates/customsb.html tests/roots/test-root/_templates/layout.html tests/roots/test-root/special/api.h tests/roots/test-root/special/code.py tests/roots/test-root/subdir/excluded.txt tests/roots/test-root/subdir/images.txt tests/roots/test-root/subdir/img.png tests/roots/test-root/subdir/include.inc tests/roots/test-root/subdir/includes.txt tests/roots/test-root/subdir/simg.png tests/roots/test-search/conf.py tests/roots/test-search/index.rst tests/roots/test-search/nosearch.rst tests/roots/test-search/tocitem.rst tests/roots/test-setup/setup.cfg tests/roots/test-setup/setup.py tests/roots/test-setup/doc/conf.py tests/roots/test-setup/doc/index.txt tests/roots/test-smartquotes/conf.py tests/roots/test-smartquotes/index.rst tests/roots/test-stylesheets/conf.py tests/roots/test-stylesheets/index.rst tests/roots/test-stylesheets/_templates/layout.html tests/roots/test-templating/autosummary_templating.txt tests/roots/test-templating/conf.py tests/roots/test-templating/index.txt tests/roots/test-templating/_templates/layout.html tests/roots/test-templating/_templates/autosummary/class.rst tests/roots/test-theming/MANIFEST.in tests/roots/test-theming/child.zip tests/roots/test-theming/conf.py tests/roots/test-theming/index.rst tests/roots/test-theming/parent.zip tests/roots/test-theming/setup.py tests/roots/test-theming/ziptheme.zip tests/roots/test-theming/test_theme/__init__.py tests/roots/test-theming/test_theme/staticfiles/layout.html tests/roots/test-theming/test_theme/staticfiles/theme.conf tests/roots/test-theming/test_theme/staticfiles/static/staticimg.png tests/roots/test-theming/test_theme/staticfiles/static/statictmpl.html_t tests/roots/test-theming/test_theme/test-theme/theme.conf tests/roots/test-tocdepth/bar.rst tests/roots/test-tocdepth/baz.rst tests/roots/test-tocdepth/conf.py tests/roots/test-tocdepth/foo.rst tests/roots/test-tocdepth/index.rst tests/roots/test-toctree/bar.rst tests/roots/test-toctree/baz.rst tests/roots/test-toctree/conf.py tests/roots/test-toctree/foo.rst 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-duplicated/conf.py tests/roots/test-toctree-duplicated/foo.rst tests/roots/test-toctree-duplicated/index.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 tests/roots/test-toctree-glob/index.rst tests/roots/test-toctree-glob/quux.rst tests/roots/test-toctree-glob/bar/bar_1.rst tests/roots/test-toctree-glob/bar/bar_2.rst tests/roots/test-toctree-glob/bar/bar_3.rst tests/roots/test-toctree-glob/bar/index.rst tests/roots/test-toctree-glob/bar/bar_4/index.rst tests/roots/test-toctree-glob/qux/index.rst tests/roots/test-toctree-glob/qux/qux_1.rst tests/roots/test-toctree-glob/qux/qux_2.rst tests/roots/test-toctree-maxdepth/bar.rst tests/roots/test-toctree-maxdepth/baz.rst tests/roots/test-toctree-maxdepth/conf.py tests/roots/test-toctree-maxdepth/foo.rst tests/roots/test-toctree-maxdepth/index.rst tests/roots/test-toctree-maxdepth/qux.rst tests/roots/test-trim_doctest_flags/conf.py tests/roots/test-trim_doctest_flags/index.rst tests/roots/test-versioning/added.txt tests/roots/test-versioning/conf.py tests/roots/test-versioning/deleted.txt tests/roots/test-versioning/deleted_end.txt tests/roots/test-versioning/index.txt tests/roots/test-versioning/insert.txt tests/roots/test-versioning/insert_beginning.txt tests/roots/test-versioning/insert_similar.txt tests/roots/test-versioning/modified.txt tests/roots/test-versioning/original.txt tests/roots/test-warnings/autodoc_fodder.py tests/roots/test-warnings/conf.py tests/roots/test-warnings/index.rst tests/roots/test-warnings/svgimg.pdf tests/roots/test-warnings/svgimg.svg tests/roots/test-warnings/undecodable.rst tests/roots/test-warnings/wrongenc.inc utils/CHANGES_template utils/__init__.py utils/bump_docker.sh utils/bump_version.py utils/checks.py utils/doclinter.py utils/jssplitter_generator.py utils/release-checklist