mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
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:
parent
1565093374
commit
c12f81ed82
6 changed files with 1157 additions and 1068 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue