bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
- Reformat the C API and ABI Versioning page (and extend/clarify a bit)
- Rewrite the stable ABI docs into a general text on C API Compatibility
- Add a list of Limited API contents, and notes for the individual items.
- Replace `Include/README.rst` with a link to a devguide page with the same info
(cherry picked from commit b05955d6f5f149523b5855a335444b7c6324bdb7)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
diff --git a/Doc/conf.py b/Doc/conf.py
index cf25098..2a1d0e3 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -225,8 +225,9 @@
# Options for extensions
# ----------------------
-# Relative filename of the reference count data file.
+# Relative filename of the data files
refcount_file = 'data/refcounts.dat'
+stable_abi_file = 'data/stable_abi.dat'
# Sphinx 2 and Sphinx 3 compatibility
# -----------------------------------