aboutsummaryrefslogtreecommitdiff
path: root/packages.toml
blob: c82b105fa94d504aa4bafcb7635a37db80795587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[babel]
sphinx_inventory_url = "https://babel.pocoo.org/en/stable/objects.inv"

[beautifulsoup4]
sphinx_inventory_url = "https://www.crummy.com/software/BeautifulSoup/bs4/doc/objects.inv"

[bottle]
sphinx_inventory_url = "https://bottlepy.org/docs/stable/objects.inv"

[click]
sphinx_inventory_url = "https://click.palletsprojects.com/en/8.0.x/objects.inv"

[django]
sphinx_inventory_url = "https://docs.djangoproject.com/en/4.0/_objects/"

[docspec]

[docutils]

[flask]
sphinx_inventory_url = "https://flask.palletsprojects.com/en/2.0.x/objects.inv"

[httpx]

[jinja2]
sphinx_inventory_url = "https://jinja.palletsprojects.com/en/3.0.x/objects.inv"

[lxml]

[mako]
sphinx_inventory_url = "https://docs.makotemplates.org/en/latest/objects.inv"

# [markdown]
# uses mkdocs -> we cannot reliably determine public / private API

[mistletoe]
docformat = "google"

[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]
# 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]