diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-08 09:22:22 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-08 09:22:22 +0100 |
commit | 71811124202de6732f9b45caef59203bb7b23374 (patch) | |
tree | 683ec0a3054a5857d123866c8ece389e4211acfb /packages.toml | |
parent | 2eb5585255e9efa8908ca17c9b588a65e3bb925e (diff) |
add more sphinx_inventory_urls
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] |