summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
Commit message (Expand)AuthorAgeFilesLines
* [3.11] Retain shorter tables of contents for Sphinx 5.2.3+ (GH-114318) (#114338)Miss Islington (bot)2024-01-201-0/+4
* [3.11] gh-101100: Fix various Sphinx warnings for dunder references in the `l...Miss Islington (bot)2023-12-151-0/+1
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (GH-11...Miss Islington (bot)2023-12-141-1/+2
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference...Miss Islington (bot)2023-12-141-0/+4
* [3.11] gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are re...Alex Waygood2023-12-071-0/+4
* [3.11] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-031-0/+3
* [3.11] Docs: Add the time to the HTML last updated format (GH-110091) (#112103)Miss Islington (bot)2023-11-151-3/+2
* [3.11] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109637)Miss Islington (bot)2023-09-211-1/+1
* [3.11] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#...Adam Turner2023-08-181-2/+0
* [3.11] gh-107298: Add standard exceptions and warnings in the nitpick_ignore ...Miss Islington (bot)2023-08-171-0/+71
* [3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-281-1/+4
* [3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)Miss Islington (bot)2023-07-261-0/+4
* [3.11] gh-106948: Update documentation nitpick_ignore for c:identifer domain ...Victor Stinner2023-07-261-0/+9
* [3.11] gh-106948: Docs: Disable links for C standard library functions, OS ut...Erlend E. Aasland2023-07-231-0/+18
* [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-231-0/+52
* [3.11] GH-97950: Allow translation of index directive content (GH-104000) (#1...Miss Islington (bot)2023-05-041-0/+5
* [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)Rafael Fontenelle2023-05-021-3/+21
* [3.11] Replace Netlify with Read the Docs build previews (#103843) (#104083)Hugo van Kemenade2023-05-021-0/+9
* [3.11] gh-101100: Fix Sphinx warnings in `argparse` module (#103289) (#103803)Hugo van Kemenade2023-04-241-0/+7
* [3.11] GH-103484: Fix broken links reported by linkcheck (GH-103608) (#103683)Rafael Fontenelle2023-04-231-0/+18
* GH-103484: Docs: add linkcheck allowed redirects entries for most cases (GH-1...Miss Islington (bot)2023-04-181-3/+8
* Docs: don't render files in includes/, they're for embedding only (GH-103313)Miss Islington (bot)2023-04-111-1/+3
* Doc: Fix minor error in ePub (GH-100614)Inada Naoki2023-03-011-3/+3
* Use sphinxext-opengraph to generate OpenGraph metadata (GH-99931)Miss Islington (bot)2022-12-081-4/+30
* [3.11] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97976)Miss Islington (bot)2022-10-061-25/+0
* gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741)Miss Islington (bot)2022-10-031-0/+15
* gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (G...Miss Islington (bot)2022-08-031-0/+7
* gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)Miss Islington (bot)2022-06-211-2/+0
* gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93561)Miss Islington (bot)2022-06-071-1/+1
* Doc: Fix spurious comma in the author metadata field (GH-32386)CAM Gerlach2022-04-071-1/+1
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-301-3/+1
* [doc] Add license_url for python-docs-theme 2022.1. (GH-30527)Julien Palard2022-01-111-1/+2
* Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz2021-07-301-1/+1
* bpo-43795: PEP 652 user documentation (GH-25668)Petr Viktorin2021-05-111-1/+2
* bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)Julien Palard2021-01-251-0/+2
* bpo-34398: Allow glossary results to show up on search page (GH-8773)Ammar Askar2020-12-181-2/+1
* bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)Victor Stinner2020-08-121-0/+10
* bpo-40939: Use the new grammar for the grammar specification documentation (G...Pablo Galindo2020-07-271-1/+1
* bpo-40517: Implement syntax highlighting support for ASDL (GH-19967)Batuhan Taskaya2020-05-071-1/+2
* Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (...Raymond Hettinger2020-05-061-2/+1
* bpo-40517: Implement syntax highlighting support for ASDL (#19928)Batuhan Taskaya2020-05-061-1/+2
* Include subsections in TOC for PDF version of docs. (GH-9629)Cheryl Sabella2020-02-181-0/+1
* Doc: Keep the venv/* exclude pattern. (GH-15229)Julien Palard2019-08-261-2/+4
* bpo-36567: Use manpages_url to create links for man pages (GH-13339)Batuhan Taşkaya2019-05-181-0/+3
* bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)Anthony Sottile2019-02-151-2/+2
* bpo-35564: add master_doc='contents' to conf.py (GH-11290)Jean-François B2018-12-221-0/+2
* Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423)Adrian Liaw2018-11-041-2/+7
* bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)Stéphane Wirtel2018-10-121-0/+7
* bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)animalize2018-10-081-1/+1
* bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott2018-03-011-2/+6