diff options
Diffstat (limited to 'packages.toml')
-rw-r--r-- | packages.toml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages.toml b/packages.toml index 515ee04..10def60 100644 --- a/packages.toml +++ b/packages.toml @@ -34,22 +34,30 @@ sphinx_inventory_url = "https://docs.makotemplates.org/en/latest/objects.inv" [mistletoe] [numpy] +sphinx_inventory_url = "https://numpy.org/doc/stable/objects.inv" [pydoctor] docformat = "epytext" [pygments] +sphinx_inventory_url = "https://pygments.org/objects.inv" +# TODO: this is the inventory for the master branch, stable would be better [requests] +sphinx_inventory_url = "https://docs.python-requests.org/en/stable/objects.inv" [scrapy] +sphinx_inventory_url = "https://docs.scrapy.org/en/latest/objects.inv" -[setuptools] +# [setuptools] +# sphinx_inventory_url = "https://setuptools.pypa.io/en/stable/objects.inv" +# TODO: disabled because setuptools inventory uses distutils to refer to its API? [sphinx] sphinx_inventory_url = "https://www.sphinx-doc.org/objects.inv" # TODO: this is the inventory for the master branch, stable would be better [sqlalchemy] +sphinx_inventory_url = "https://docs.sqlalchemy.org/en/14/objects.inv" [werkzeug] |