diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-17 10:50:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 10:50:46 (GMT) |
commit | 25763030074e678b7e2d17a868355131f52d9a6b (patch) | |
tree | 9d2d932a869054292f1eeb8839ae9568fc9caa76 /Doc/conf.py | |
parent | 931df0a47cfa5f6ed321c5bab6f0884bd524d1a0 (diff) | |
download | cpython-25763030074e678b7e2d17a868355131f52d9a6b.zip cpython-25763030074e678b7e2d17a868355131f52d9a6b.tar.gz cpython-25763030074e678b7e2d17a868355131f52d9a6b.tar.bz2 |
[3.12] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#108081)
GH-107987: Remove the Distributing Python Modules guide (GH-108016)
(cherry picked from commit 33e6e3fec02ff3035dec52692542d3dd10124bef)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 8224b24..c1a7ab5 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -283,8 +283,6 @@ _stdauthor = 'Guido van Rossum and the Python development team' latex_documents = [ ('c-api/index', 'c-api.tex', 'The Python/C API', _stdauthor, 'manual'), - ('distributing/index', 'distributing.tex', - 'Distributing Python Modules', _stdauthor, 'manual'), ('extending/index', 'extending.tex', 'Extending and Embedding Python', _stdauthor, 'manual'), ('installing/index', 'installing.tex', |