[3.13] GH-121970: Rewrite the C-API annotations extension (#121985) (#122027)

GH-121970: Rewrite the C-API annotations extension (#121985)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
(cherry picked from commit 22c9d9c1fc)
This commit is contained in:
Adam Turner 2024-07-19 14:03:52 +01:00 committed by GitHub
parent 1565093374
commit c12f81ed82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1157 additions and 1068 deletions

View file

@ -589,14 +589,16 @@ extlinks = {
}
extlinks_detect_hardcoded_links = True
# Options for extensions
# ----------------------
# Options for c_annotations
# -------------------------
# Relative filename of the data files
refcount_file = 'data/refcounts.dat'
stable_abi_file = 'data/stable_abi.dat'
# sphinxext-opengraph config
# Options for sphinxext-opengraph
# -------------------------------
ogp_site_url = 'https://docs.python.org/3/'
ogp_site_name = 'Python documentation'
ogp_image = '_static/og-image.png'