summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] Doc: Note that pydoc uses and prefers ``MANPAGER`` (GH-125362) (#126152)Miss Islington (bot)2024-10-291-0/+1
* [3.13] Add lightweight comments to conf.py and update docs readme (GH-126100)...Miss Islington (bot)2024-10-291-9/+14
* [3.13] Doc: Show object descriptions in the table of contents (GH-125757) (#1...Miss Islington (bot)2024-10-221-1/+2
* [3.13] GH-125277: Increase minimum supported Sphinx to 7.2.6 (GH-125368) (#12...Miss Islington (bot)2024-10-191-1/+1
* [3.13] Doc: Update CVE URL (GH-125489) (#125503)Miss Islington (bot)2024-10-151-1/+1
* [3.13] Doc: Upgrade Sphinx to 8.1 (GH-125276) (#125278)Miss Islington (bot)2024-10-101-7/+24
* [3.13] GH-121970: Extract ``availability`` into a new extension (GH-125082) (...Adam Turner2024-10-101-0/+1
* [3.13] Doc: Fix default ``latex_elements['papersize']`` (GH-124525) (#124725)Miss Islington (bot)2024-09-301-2/+2
* [3.13] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)...Miss Islington (bot)2024-09-241-0/+4
* [3.13] gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134) (#...Petr Viktorin2024-09-231-0/+5
* [3.13] GH-109975: Copyedit 3.13 What's New: C API (GH-124313) (#124334)Adam Turner2024-09-231-0/+1
* [3.13] GH-103484: Tell linkcheck to ignore debian manpage redirects (GH-12301...Miss Islington (bot)2024-09-231-0/+2
* [3.13] gh-123407: Enable translating literal and code blocks (GH-123408) (#12...Miss Islington (bot)2024-08-311-0/+1
* [3.13] GH-121970: Extract ``audit_events`` into a new extension (GH-122325) (...Miss Islington (bot)2024-07-301-0/+1
* [3.13] GH-121970: Remove ``escape4chm`` (GH-122065) (#122167)Miss Islington (bot)2024-07-231-1/+0
* [3.13] GH-121970: Modernise the patchlevel extension (GH-121995) (#122060)Miss Islington (bot)2024-07-201-3/+3
* [3.13] GH-121970: Rewrite the C-API annotations extension (#121985) (#122027)Adam Turner2024-07-191-3/+5
* [3.13] GH-121970: Use Ruff to check and format the docs tools (GH-122018) (#1...Miss Islington (bot)2024-07-191-35/+83
* [3.13] GH-121970: Combine custom Pygments lexers into a package (GH-121976) (...Miss Islington (bot)2024-07-191-2/+1
* [3.13] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121994)Miss Islington (bot)2024-07-191-1/+1
* [3.13] gh-121871: Allow overriding docs build date with SOURCE_DATE_EPOCH (GH...Miss Islington (bot)2024-07-171-1/+2
* [3.13] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH...Hugo van Kemenade2024-07-131-0/+3
* [3.13] Add Plausible for docs metrics (GH-119977) (#120193)Miss Islington (bot)2024-06-071-1/+2
* [3.13] gh-119009: Add gettext target (GH-119006) (#119074)Miss Islington (bot)2024-05-151-0/+2
* gh-118689: Doc: fix ePub build (GH-118690)Miss Islington (bot)2024-05-101-0/+4
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-041-0/+1
* gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853)Kirill Podoprigora2024-04-261-2/+2
* Docs: add link roles with Sphinx extlinks (#117850)Hugo van Kemenade2024-04-151-0/+16
* gh-101100: Fix broken xrefs in fcntl module doc (#115691)Skip Montanaro2024-02-251-0/+2
* gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (#115580)Hugo van Kemenade2024-02-171-0/+1
* Docs: Use substitutions instead of manual version updates (#115416)Hugo van Kemenade2024-02-141-0/+2
* Update "Using Python on a Mac" (#115024)Hugo van Kemenade2024-02-131-0/+4
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-121-5/+8
* Set `hosted_on` for Read the Docs builds (#114697)Hugo van Kemenade2024-01-291-18/+19
* gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)Soumendra Ganguly2024-01-291-0/+5
* gh-101100: Fix datetime reference warnings (GH-114661)Skip Montanaro2024-01-291-0/+5
* Retain shorter tables of contents for Sphinx 5.2.3+ (#114318)Hugo van Kemenade2024-01-191-0/+4
* gh-101100: Fix various Sphinx warnings for dunder references in the `library/...Alex Waygood2023-12-151-0/+1
* gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (#113116)Alex Waygood2023-12-141-1/+2
* gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference/simple...Alex Waygood2023-12-141-0/+4
* gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are reference...Alex Waygood2023-12-071-0/+4
* gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)Alex Waygood2023-12-031-0/+3
* Docs: Use sphinx-notfound-page to show a nicer 404 page (#111084)Hugo van Kemenade2023-12-021-1/+7
* Docs: Add the time to the HTML last updated format (#110091)Adam Turner2023-11-151-3/+2
* GH-109209: Bump the minimum Sphinx version to 4.2 (#109210)Adam Turner2023-09-211-1/+1
* GH-107987: Remove the Distributing Python Modules guide (#108016)Adam Turner2023-08-171-2/+0
* gh-107298: Add standard exceptions and warnings in the nitpick_ignore list (G...Serhiy Storchaka2023-08-171-0/+71
* Docs: Fix more Sphinx annotations in ctypes.rst (#107708)Erlend E. Aasland2023-08-071-0/+1
* Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (#107672)Erlend E. Aasland2023-08-061-0/+2
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-271-1/+4