pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx py-sphinx: updated to 5.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f41d55d5650
branches: trunk
changeset: 387262:7f41d55d5650
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 25 18:36:42 2022 +0000
description:
py-sphinx: updated to 5.3.0
Release 5.3.0 (released Oct 16, 2022)
=====================================
Features added
--------------
* LaTeX: add :confval:`latex_table_style` and support the
``'booktabs'``, ``'borderless'``, and ``'colorrows'`` styles.
* One can cross-reference including an option value like ``:option:`--module=foobar```,
``:option:`--module[=foobar]``` or ``:option:`--module foobar```.
Patch by Martin Liska.
* autosectionlabel: Record the generated section label to the debug log.
* Correctly URI-escape image filenames.
* domains: Allow sections in all the content of all object description
directives (e.g. :rst:dir:`py:function`). Patch by Adam Turner
Release 5.2.3 (released Sep 30, 2022)
=====================================
* Fix base64 image embedding in ``sphinx.ext.imgmath``
* Add ``:nocontentsentry:`` flag and global domain table of contents
entry control option. Patch by Adam Turner
Release 5.2.2 (released Sep 27, 2022)
=====================================
* Restore link targets for autodoc modules to the top of content.
Patch by Dominic Davis-Foster.
Release 5.2.1 (released Sep 25, 2022)
=====================================
Bugs fixed
----------
* Always normalise the ``pycon3`` lexer to ``pycon``.
* Fix using ``sphinx.ext.autosummary`` with modules containing titles in the
module-level docstring.
Release 5.2.0.post0 (released Sep 24, 2022)
===========================================
* Recreated source tarballs for Debian maintainers.
Release 5.2.0 (released Sep 24, 2022)
=====================================
Dependencies
------------
* Sphinx now uses declarative metadata with ``pyproject.toml`` to
create packages, using PyPA's ``flit`` project as a build backend. Patch by
Adam Turner.
Deprecated
----------
* Support for HTML 4 output. Patch by Adam Turner.
Features added
--------------
* napoleon: Add support for docstring types using 'of', like
``type of type``. Example: ``tuple of int``.
* C++, support requires clauses not just between the template
parameter lists and the declaration.
* linkcheck: Check the source URL of raw directives that use the ``url``
option.
* Allow :rst:role:`ref` role to be used with definitions and fields.
* HTML Search: Increase priority for full title and
subtitle matches in search results
* HTML Search: Save search result score to the HTML element for debugging
* Make toctree accept 'genindex', 'modindex' and 'search' docnames
* Add domain objects to the table of contents. Patch by Adam Turner
* HTML Search: Include explicit :rst:dir:`index` directive index entries
in the search index and search results. Patch by Adam Turner
* imgmath: Allow embedding images in HTML as base64
* HTML Search: Use browser localstorage for highlight control, stop
storing highlight parameters in URL query strings. Patch by Adam Turner.
Bugs fixed
----------
* LaTeX: 5.1.0 has made the 'sphinxsetup' ``verbatimwithframe=false``
become without effect.
* C++, ensure consistent non-specialization template argument
representation.
* C++, fix parsing of certain non-type template parameter packs.
* Revert 10520: "Fix" use of sidebar classes in ``agogo.css_t``
Release 5.1.1 (released Jul 26, 2022)
=====================================
Bugs fixed
----------
* Fix ValueError in the new ``deque`` based ``sphinx.ext.napolean``
iterator implementation.
* Restore compatability with third-party builders.
Release 5.1.0 (released Jul 24, 2022)
=====================================
Dependencies
------------
* Support `Docutils 0.19`_. Patch by Adam Turner.
Deprecated
----------
* Deprecated ``sphinx.util.stemmer`` in favour of ``snowballstemmer``.
Patch by Adam Turner.
* Deprecated ``sphinx.ext.napoleon.iterators``.
Features added
--------------
* html theme: Allow specifying multiple CSS files through the ``stylesheet``
setting in ``theme.conf`` or by setting ``html_style`` to an iterable of strings.
* std domain: Add support for emphasising placeholders in :rst:dir:`option`
directives through a new :confval:`option_emphasise_placeholders` configuration
option.
* std domain: Use the repr of some variables when displaying warnings,
making whitespace issues easier to identify.
* quickstart: Reduce content in the generated ``conf.py`` file. Patch by
Pradyun Gedam.
* LaTeX: CSS-named-alike additional :ref:`'sphinxsetup' <latexsphinxsetup>`
keys allow to configure four separate border-widths, four paddings, four
corner radii, a shadow (possibly inset), colours for border, background, shadow
for each of the code-block, topic, attention, caution, danger, error and warning
directives.
* LaTeX: Explain non-standard encoding in LatinRules.xdy
* HTML Theme: Wrap consecutive footnotes in an ``<aside>`` element when
using Docutils 0.18 or later, to allow for easier styling. This matches the
behaviour introduced in Docutils 0.19. Patch by Adam Turner.
* config: Add ``include_patterns`` as the opposite of ``exclude_patterns``.
Patch by Adam Turner.
Bugs fixed
----------
* HTML Theme: field term colons are doubled if using Docutils 0.18+
* Build failure if Docutils version is 0.18 (not 0.18.1) due
to missing ``Node.findall()``
* LaTeX: build error if highlighting inline code role in figure caption
* Make -P (pdb) option work better with exceptions triggered from events
* py domain: Fix spurious whitespace in unparsing various operators (``+``,
``-``, ``~``, and ``**``). Patch by Adam Turner.
* logging: Always show node source locations as absolute paths.
* HTML Search: HTML tags are displayed as a part of object name
* HTML Search: search snipets should not be folded
* HTML Search: Minor errors are emitted on fetching search snipets
* HTML Search: The markers for header links are shown in the search result
* HTML Theme: Fix use of sidebar classes in ``agogo.css_t``.
* HTML Theme: Fix inclusion of hidden toctrees in the agogo theme.
* HTML Theme: Fix enable_search_shortcuts does not work
* LaTeX: Text can fall out of code-block at end of page and leave artifact
on next page
* LaTeX: user injected ``\color`` commands in topic or admonition boxes may
cause color leaks in PDF due to upstream `framed.sty <https://ctan.org/pkg/framed>`_
bug
* LaTeX: framed coloured boxes in highlighted code (e.g. highlighted
diffs using Pygments style ``'manni'``) inherit thickness of code-block frame
* LaTeX: Only one ``\label`` is generated for ``desc_signature`` node
even if it has multiple node IDs
* i18n: UnboundLocalError is raised on translating raw directive
* py domain: Fix warning for duplicate Python references when
using ``:any:`` and autodoc.
* HTML Search: fix minor summary issues.
diffstat:
textproc/py-sphinx/Makefile | 31 +++---
textproc/py-sphinx/PLIST | 210 +++----------------------------------------
textproc/py-sphinx/distinfo | 8 +-
3 files changed, 36 insertions(+), 213 deletions(-)
diffs (truncated from 719 to 300 lines):
diff -r 5d3580a9f4b1 -r 7f41d55d5650 textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile Tue Oct 25 18:34:31 2022 +0000
+++ b/textproc/py-sphinx/Makefile Tue Oct 25 18:36:42 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2022/04/15 15:58:35 adam Exp $
+# $NetBSD: Makefile,v 1.87 2022/10/25 18:36:42 adam Exp $
-DISTNAME= Sphinx-4.5.0
+DISTNAME= Sphinx-5.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/}
@@ -10,16 +10,17 @@
COMMENT= Python documentation generator
LICENSE= modified-bsd
+BUILD_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.7:../../devel/py-flit_core
DEPENDS+= ${PYPKGPREFIX}-alabaster>=0.7:../../textproc/py-alabaster
-DEPENDS+= ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel
+DEPENDS+= ${PYPKGPREFIX}-babel>=2.9:../../devel/py-babel
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.14:../../textproc/py-docutils
-DEPENDS+= ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize
-DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.3:../../textproc/py-jinja2
-DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0:../../textproc/py-pygments
+DEPENDS+= ${PYPKGPREFIX}-imagesize>=1.3:../../graphics/py-imagesize
+DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-packaging>=21.0:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-pygments>=2.12:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-requests>=2.5.0:../../devel/py-requests
-DEPENDS+= ${PYPKGPREFIX}-snowballstemmer>=1.1:../../textproc/py-snowballstemmer
+DEPENDS+= ${PYPKGPREFIX}-snowballstemmer>=2.0:../../textproc/py-snowballstemmer
DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-applehelp-[0-9]*:../../textproc/py-sphinxcontrib-applehelp
DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-devhelp-[0-9]*:../../textproc/py-sphinxcontrib-devhelp
DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-htmlhelp>=2.0.0:../../textproc/py-sphinxcontrib-htmlhelp
@@ -27,12 +28,11 @@
DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-qthelp-[0-9]*:../../textproc/py-sphinxcontrib-qthelp
DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-serializinghtml>=1.1.5:../../textproc/py-sphinxcontrib-serializinghtml
TEST_DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=4.6:../../devel/py-test
USE_LANGUAGES= # none
USE_TOOLS+= makeinfo
+WHEEL_NAME?= ${DISTNAME:tl:C/-([^0-9])/_\1/g}
PYSETUPTESTTARGET= pytest
@@ -40,11 +40,9 @@
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 310
-DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.4.0:../../devel/py-importlib-metadata
+DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.8.0:../../devel/py-importlib-metadata
.endif
-USE_PKG_RESOURCES= yes
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} sphinx-apidoc sphinx-apidoc-${PYVERSSUFFIX} && \
@@ -52,5 +50,8 @@
${MV} sphinx-build sphinx-build-${PYVERSSUFFIX} && \
${MV} sphinx-quickstart sphinx-quickstart-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/egg.mk"
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 5d3580a9f4b1 -r 7f41d55d5650 textproc/py-sphinx/PLIST
--- a/textproc/py-sphinx/PLIST Tue Oct 25 18:34:31 2022 +0000
+++ b/textproc/py-sphinx/PLIST Tue Oct 25 18:36:42 2022 +0000
@@ -1,303 +1,208 @@
-@comment $NetBSD: PLIST,v 1.30 2021/10/29 16:16:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2022/10/25 18:36:42 adam Exp $
bin/sphinx-apidoc-${PYVERSSUFFIX}
bin/sphinx-autogen-${PYVERSSUFFIX}
bin/sphinx-build-${PYVERSSUFFIX}
bin/sphinx-quickstart-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/sphinx/__init__.py
${PYSITELIB}/sphinx/__init__.pyc
-${PYSITELIB}/sphinx/__init__.pyo
${PYSITELIB}/sphinx/__main__.py
${PYSITELIB}/sphinx/__main__.pyc
-${PYSITELIB}/sphinx/__main__.pyo
${PYSITELIB}/sphinx/addnodes.py
${PYSITELIB}/sphinx/addnodes.pyc
-${PYSITELIB}/sphinx/addnodes.pyo
${PYSITELIB}/sphinx/application.py
${PYSITELIB}/sphinx/application.pyc
-${PYSITELIB}/sphinx/application.pyo
${PYSITELIB}/sphinx/builders/__init__.py
${PYSITELIB}/sphinx/builders/__init__.pyc
-${PYSITELIB}/sphinx/builders/__init__.pyo
${PYSITELIB}/sphinx/builders/_epub_base.py
${PYSITELIB}/sphinx/builders/_epub_base.pyc
-${PYSITELIB}/sphinx/builders/_epub_base.pyo
${PYSITELIB}/sphinx/builders/changes.py
${PYSITELIB}/sphinx/builders/changes.pyc
-${PYSITELIB}/sphinx/builders/changes.pyo
${PYSITELIB}/sphinx/builders/dirhtml.py
${PYSITELIB}/sphinx/builders/dirhtml.pyc
-${PYSITELIB}/sphinx/builders/dirhtml.pyo
${PYSITELIB}/sphinx/builders/dummy.py
${PYSITELIB}/sphinx/builders/dummy.pyc
-${PYSITELIB}/sphinx/builders/dummy.pyo
${PYSITELIB}/sphinx/builders/epub3.py
${PYSITELIB}/sphinx/builders/epub3.pyc
-${PYSITELIB}/sphinx/builders/epub3.pyo
${PYSITELIB}/sphinx/builders/gettext.py
${PYSITELIB}/sphinx/builders/gettext.pyc
-${PYSITELIB}/sphinx/builders/gettext.pyo
${PYSITELIB}/sphinx/builders/html/__init__.py
${PYSITELIB}/sphinx/builders/html/__init__.pyc
-${PYSITELIB}/sphinx/builders/html/__init__.pyo
${PYSITELIB}/sphinx/builders/html/transforms.py
${PYSITELIB}/sphinx/builders/html/transforms.pyc
-${PYSITELIB}/sphinx/builders/html/transforms.pyo
${PYSITELIB}/sphinx/builders/latex/__init__.py
${PYSITELIB}/sphinx/builders/latex/__init__.pyc
-${PYSITELIB}/sphinx/builders/latex/__init__.pyo
${PYSITELIB}/sphinx/builders/latex/constants.py
${PYSITELIB}/sphinx/builders/latex/constants.pyc
-${PYSITELIB}/sphinx/builders/latex/constants.pyo
${PYSITELIB}/sphinx/builders/latex/nodes.py
${PYSITELIB}/sphinx/builders/latex/nodes.pyc
-${PYSITELIB}/sphinx/builders/latex/nodes.pyo
${PYSITELIB}/sphinx/builders/latex/theming.py
${PYSITELIB}/sphinx/builders/latex/theming.pyc
-${PYSITELIB}/sphinx/builders/latex/theming.pyo
${PYSITELIB}/sphinx/builders/latex/transforms.py
${PYSITELIB}/sphinx/builders/latex/transforms.pyc
-${PYSITELIB}/sphinx/builders/latex/transforms.pyo
${PYSITELIB}/sphinx/builders/latex/util.py
${PYSITELIB}/sphinx/builders/latex/util.pyc
-${PYSITELIB}/sphinx/builders/latex/util.pyo
${PYSITELIB}/sphinx/builders/linkcheck.py
${PYSITELIB}/sphinx/builders/linkcheck.pyc
-${PYSITELIB}/sphinx/builders/linkcheck.pyo
${PYSITELIB}/sphinx/builders/manpage.py
${PYSITELIB}/sphinx/builders/manpage.pyc
-${PYSITELIB}/sphinx/builders/manpage.pyo
${PYSITELIB}/sphinx/builders/singlehtml.py
${PYSITELIB}/sphinx/builders/singlehtml.pyc
-${PYSITELIB}/sphinx/builders/singlehtml.pyo
${PYSITELIB}/sphinx/builders/texinfo.py
${PYSITELIB}/sphinx/builders/texinfo.pyc
-${PYSITELIB}/sphinx/builders/texinfo.pyo
${PYSITELIB}/sphinx/builders/text.py
${PYSITELIB}/sphinx/builders/text.pyc
-${PYSITELIB}/sphinx/builders/text.pyo
${PYSITELIB}/sphinx/builders/xml.py
${PYSITELIB}/sphinx/builders/xml.pyc
-${PYSITELIB}/sphinx/builders/xml.pyo
${PYSITELIB}/sphinx/cmd/__init__.py
${PYSITELIB}/sphinx/cmd/__init__.pyc
-${PYSITELIB}/sphinx/cmd/__init__.pyo
${PYSITELIB}/sphinx/cmd/build.py
${PYSITELIB}/sphinx/cmd/build.pyc
-${PYSITELIB}/sphinx/cmd/build.pyo
${PYSITELIB}/sphinx/cmd/make_mode.py
${PYSITELIB}/sphinx/cmd/make_mode.pyc
-${PYSITELIB}/sphinx/cmd/make_mode.pyo
${PYSITELIB}/sphinx/cmd/quickstart.py
${PYSITELIB}/sphinx/cmd/quickstart.pyc
-${PYSITELIB}/sphinx/cmd/quickstart.pyo
${PYSITELIB}/sphinx/config.py
${PYSITELIB}/sphinx/config.pyc
-${PYSITELIB}/sphinx/config.pyo
${PYSITELIB}/sphinx/deprecation.py
${PYSITELIB}/sphinx/deprecation.pyc
-${PYSITELIB}/sphinx/deprecation.pyo
${PYSITELIB}/sphinx/directives/__init__.py
${PYSITELIB}/sphinx/directives/__init__.pyc
-${PYSITELIB}/sphinx/directives/__init__.pyo
${PYSITELIB}/sphinx/directives/code.py
${PYSITELIB}/sphinx/directives/code.pyc
-${PYSITELIB}/sphinx/directives/code.pyo
${PYSITELIB}/sphinx/directives/other.py
${PYSITELIB}/sphinx/directives/other.pyc
-${PYSITELIB}/sphinx/directives/other.pyo
${PYSITELIB}/sphinx/directives/patches.py
${PYSITELIB}/sphinx/directives/patches.pyc
-${PYSITELIB}/sphinx/directives/patches.pyo
${PYSITELIB}/sphinx/domains/__init__.py
${PYSITELIB}/sphinx/domains/__init__.pyc
-${PYSITELIB}/sphinx/domains/__init__.pyo
${PYSITELIB}/sphinx/domains/c.py
${PYSITELIB}/sphinx/domains/c.pyc
-${PYSITELIB}/sphinx/domains/c.pyo
${PYSITELIB}/sphinx/domains/changeset.py
${PYSITELIB}/sphinx/domains/changeset.pyc
-${PYSITELIB}/sphinx/domains/changeset.pyo
${PYSITELIB}/sphinx/domains/citation.py
${PYSITELIB}/sphinx/domains/citation.pyc
-${PYSITELIB}/sphinx/domains/citation.pyo
${PYSITELIB}/sphinx/domains/cpp.py
${PYSITELIB}/sphinx/domains/cpp.pyc
-${PYSITELIB}/sphinx/domains/cpp.pyo
${PYSITELIB}/sphinx/domains/index.py
${PYSITELIB}/sphinx/domains/index.pyc
-${PYSITELIB}/sphinx/domains/index.pyo
${PYSITELIB}/sphinx/domains/javascript.py
${PYSITELIB}/sphinx/domains/javascript.pyc
-${PYSITELIB}/sphinx/domains/javascript.pyo
${PYSITELIB}/sphinx/domains/math.py
${PYSITELIB}/sphinx/domains/math.pyc
-${PYSITELIB}/sphinx/domains/math.pyo
${PYSITELIB}/sphinx/domains/python.py
${PYSITELIB}/sphinx/domains/python.pyc
-${PYSITELIB}/sphinx/domains/python.pyo
${PYSITELIB}/sphinx/domains/rst.py
${PYSITELIB}/sphinx/domains/rst.pyc
-${PYSITELIB}/sphinx/domains/rst.pyo
${PYSITELIB}/sphinx/domains/std.py
${PYSITELIB}/sphinx/domains/std.pyc
-${PYSITELIB}/sphinx/domains/std.pyo
${PYSITELIB}/sphinx/environment/__init__.py
${PYSITELIB}/sphinx/environment/__init__.pyc
-${PYSITELIB}/sphinx/environment/__init__.pyo
${PYSITELIB}/sphinx/environment/adapters/__init__.py
${PYSITELIB}/sphinx/environment/adapters/__init__.pyc
-${PYSITELIB}/sphinx/environment/adapters/__init__.pyo
${PYSITELIB}/sphinx/environment/adapters/asset.py
${PYSITELIB}/sphinx/environment/adapters/asset.pyc
-${PYSITELIB}/sphinx/environment/adapters/asset.pyo
${PYSITELIB}/sphinx/environment/adapters/indexentries.py
${PYSITELIB}/sphinx/environment/adapters/indexentries.pyc
-${PYSITELIB}/sphinx/environment/adapters/indexentries.pyo
${PYSITELIB}/sphinx/environment/adapters/toctree.py
${PYSITELIB}/sphinx/environment/adapters/toctree.pyc
-${PYSITELIB}/sphinx/environment/adapters/toctree.pyo
${PYSITELIB}/sphinx/environment/collectors/__init__.py
${PYSITELIB}/sphinx/environment/collectors/__init__.pyc
-${PYSITELIB}/sphinx/environment/collectors/__init__.pyo
${PYSITELIB}/sphinx/environment/collectors/asset.py
${PYSITELIB}/sphinx/environment/collectors/asset.pyc
-${PYSITELIB}/sphinx/environment/collectors/asset.pyo
${PYSITELIB}/sphinx/environment/collectors/dependencies.py
${PYSITELIB}/sphinx/environment/collectors/dependencies.pyc
-${PYSITELIB}/sphinx/environment/collectors/dependencies.pyo
${PYSITELIB}/sphinx/environment/collectors/metadata.py
${PYSITELIB}/sphinx/environment/collectors/metadata.pyc
-${PYSITELIB}/sphinx/environment/collectors/metadata.pyo
${PYSITELIB}/sphinx/environment/collectors/title.py
${PYSITELIB}/sphinx/environment/collectors/title.pyc
-${PYSITELIB}/sphinx/environment/collectors/title.pyo
${PYSITELIB}/sphinx/environment/collectors/toctree.py
${PYSITELIB}/sphinx/environment/collectors/toctree.pyc
-${PYSITELIB}/sphinx/environment/collectors/toctree.pyo
${PYSITELIB}/sphinx/errors.py
${PYSITELIB}/sphinx/errors.pyc
-${PYSITELIB}/sphinx/errors.pyo
${PYSITELIB}/sphinx/events.py
${PYSITELIB}/sphinx/events.pyc
-${PYSITELIB}/sphinx/events.pyo
${PYSITELIB}/sphinx/ext/__init__.py
${PYSITELIB}/sphinx/ext/__init__.pyc
-${PYSITELIB}/sphinx/ext/__init__.pyo
${PYSITELIB}/sphinx/ext/apidoc.py
${PYSITELIB}/sphinx/ext/apidoc.pyc
-${PYSITELIB}/sphinx/ext/apidoc.pyo
${PYSITELIB}/sphinx/ext/autodoc/__init__.py
${PYSITELIB}/sphinx/ext/autodoc/__init__.pyc
-${PYSITELIB}/sphinx/ext/autodoc/__init__.pyo
-${PYSITELIB}/sphinx/ext/autodoc/deprecated.py
-${PYSITELIB}/sphinx/ext/autodoc/deprecated.pyc
-${PYSITELIB}/sphinx/ext/autodoc/deprecated.pyo
${PYSITELIB}/sphinx/ext/autodoc/directive.py
${PYSITELIB}/sphinx/ext/autodoc/directive.pyc
-${PYSITELIB}/sphinx/ext/autodoc/directive.pyo
${PYSITELIB}/sphinx/ext/autodoc/importer.py
${PYSITELIB}/sphinx/ext/autodoc/importer.pyc
-${PYSITELIB}/sphinx/ext/autodoc/importer.pyo
${PYSITELIB}/sphinx/ext/autodoc/mock.py
${PYSITELIB}/sphinx/ext/autodoc/mock.pyc
-${PYSITELIB}/sphinx/ext/autodoc/mock.pyo
${PYSITELIB}/sphinx/ext/autodoc/preserve_defaults.py
${PYSITELIB}/sphinx/ext/autodoc/preserve_defaults.pyc
-${PYSITELIB}/sphinx/ext/autodoc/preserve_defaults.pyo
Home |
Main Index |
Thread Index |
Old Index