summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-119009: Add gettext target (GH-119006) (#119075)Miss Islington (bot)2024-05-151-0/+2
* gh-118689: Doc: fix ePub build (GH-118690)Miss Islington (bot)2024-05-101-0/+4
* [3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321)Kirill Podoprigora2024-04-261-2/+2
* [3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)Hugo van Kemenade2024-04-151-0/+16
* [3.12] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) (#115924)Carol Willing2024-02-261-0/+3
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) (#115...Miss Islington (bot)2024-02-171-0/+1
* [3.12] Update "Using Python on a Mac" (GH-115024) (#115387)Miss Islington (bot)2024-02-131-0/+4
* [3.12] Set `hosted_on` for Read the Docs builds (GH-114697) (#114734)Miss Islington (bot)2024-01-291-18/+19
* [3.12] gh-101100: Fix datetime reference warnings (GH-114661) (GH-114716)Miss Islington (bot)2024-01-291-0/+5
* [3.12] Retain shorter tables of contents for Sphinx 5.2.3+ (GH-114318) (#114337)Miss Islington (bot)2024-01-201-0/+4
* [3.12] gh-101100: Fix various Sphinx warnings for dunder references in the `l...Miss Islington (bot)2023-12-151-0/+1
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (GH-11...Miss Islington (bot)2023-12-141-1/+2
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference...Miss Islington (bot)2023-12-141-0/+4
* [3.12] gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are re...Alex Waygood2023-12-071-0/+4
* [3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-031-0/+3
* [3.12] Docs: Add the time to the HTML last updated format (GH-110091) (#112102)Miss Islington (bot)2023-11-151-3/+2
* [3.12] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109636)Miss Islington (bot)2023-09-221-1/+1
* [3.12] gh-107298: Add standard exceptions and warnings in the nitpick_ignore ...Miss Islington (bot)2023-08-171-0/+71
* [3.12] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#...Miss Islington (bot)2023-08-171-2/+0
* [3.12] Docs: Fix more Sphinx annotations in ctypes.rst (GH-107708) (#107717)Miss Islington (bot)2023-08-161-0/+1
* [3.12] Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (GH-107672) (#1...Miss Islington (bot)2023-08-061-0/+2
* [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-281-1/+4
* [3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)Miss Islington (bot)2023-07-261-0/+4
* [3.12] gh-106948: Update documentation nitpick_ignore for c:identifer domain ...Miss Islington (bot)2023-07-261-0/+9
* [3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...Miss Islington (bot)2023-07-231-0/+18
* [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-231-0/+52
* GH-97950: Allow translation of index directive content (#104000)Adam Turner2023-05-041-0/+5
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-3/+21
* Replace Netlify with Read the Docs build previews (#103843)Hugo van Kemenade2023-04-301-5/+6
* gh-101100: Fix Sphinx warnings in `argparse` module (#103289)Hugo van Kemenade2023-04-241-0/+7
* GH-103484: Fix broken links reported by linkcheck (#103608)Rafael Fontenelle2023-04-221-0/+18
* GH-103484: Docs: add linkcheck allowed redirects entries for most cases (#103...Rafael Fontenelle2023-04-181-3/+8
* Docs: don't render files in includes/, they're for embedding only (#103313)Hugo van Kemenade2023-04-111-1/+3
* Doc: Fix minor error in ePub (GH-100614)Inada Naoki2023-03-011-3/+3
* bpo-37860: re-add netlify.toml to set up deploy previews for docs (#92852)Ashwin Ramaswami2022-12-061-0/+8
* Use sphinxext-opengraph to generate OpenGraph metadata (#99931)Hugo van Kemenade2022-12-051-4/+30
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-1/+0
* gh-93738: Disallow pre-v3 syntax in the C domain (#97962)Adam Turner2022-10-061-25/+0
* gh-97740: Fix bang in Sphinx C domain ref target syntax (#97741)C.A.M. Gerlach2022-10-031-0/+15
* gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (G...CAM Gerlach2022-08-031-0/+7
* Doctest cleanups (GH-95436)Zachary Ware2022-07-301-0/+5
* gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)Adam Turner2022-06-211-2/+0
* gh-86986: bump min sphinx version to 3.2 (GH-93337)Davide Rizzo2022-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