2edbeddde0
- update to 2025.9.2 * Hide header and search bar when printing * Note minimum requirements for Sphinx * Horizontally align the collapse button icon * Make sidebar width more flexible * Require Sphinx 7.3 * Add support for Python 3.14 * Drop support for Python 3.10 and 3.11 * Add a copy button to code samples * Add missing i18n for copy button titles * Make the copy button only appear when hovered over or clicked on * Don't copy line numbers * Improved translation - Re-enable python311 build
Markéta Machová2025-10-09 07:31:25 +00:00
75fde15197
- update to 2024.10: * Add support for Python 3.13 * Drop support for Python 3.8 * Add script for handling translations * Generate digital attestations for PyPI (PEP 740)
Dirk Mueller2024-11-09 16:00:30 +00:00
3c2f359d44
Accepting request 1206648 from devel:languages:python
Ana Guerrero2024-10-11 15:01:23 +00:00
6e6704ed3f
- update to 2024.6: * Add backgrounds and borders to admonitions * Use different colour for 'Return value: Borrowed reference' * Replace Flake8 with Ruff and add more linting for GitHub Actions
Dirk Mueller2024-08-05 19:04:27 +00:00
1d7e473d3b
Accepting request 1169469 from devel:languages:python
Ana Guerrero2024-04-23 16:54:58 +00:00
d95b1c6f93
- update to 2024.4: * Add colour to version change directives * Only show 'Last updated on ...' when last_updated defined * Use system font stack for all code - update to 2024.3: * Modernise font: use system font stack to improve text readability and webpage performance * Remove incorrect CSS property * Don't test theme on 3.8 and 3.9 branches
Dirk Mueller2024-04-21 08:36:43 +00:00
7b7fcb1ef7
Accepting request 1158467 from devel:languages:python
Ana Guerrero2024-03-18 15:44:16 +00:00
86660ee54c
- update to 2024.2: * Do not underline navigation links * Only apply underline offset to code formatting for underline visibility
Dirk Mueller2024-03-16 12:54:13 +00:00
050ba31adb
Accepting request 1143508 from devel:languages:python
Ana Guerrero2024-02-02 14:44:56 +00:00
7e3106e244
- update to 2024.1: * Underline links for readability and a11y * Add hosted_on variable for a link in the footer * Consistently reference theme_root_icon * Dark mode: fix contrast of footer highlight
Dirk Mueller2024-02-01 21:21:25 +00:00
f80e954a97
- update to 2023.9: * Focus search box when pressing slash
Dirk Mueller2023-12-09 08:27:08 +00:00
fa6f1f8e04
Accepting request 1108837 from devel:languages:python
Ana Guerrero2023-09-04 20:52:29 +00:00
cbe508b1cb
- update to 2023.7: * Fix compatability with Sphinx 7.1 * Enable the slash keypress to focus the search field * Sphinx 6.2 fix: add `nav.contents where div.topic is used * Dark mode: fix contrast for C++ specific styling (#133) * Don't let long code literals extend beyond the right side of the screen * Test with Python 3.12 * Add a dark theme. * Fix: Remove searchbox id from form. * Update python-docs-theme to work with Sphinx 5 & 6. * Override font for .sig` for consistency with other code blocks. * Dark mode: add class to invert image brightness. * Skip cache-busting for old Sphinx * Fix problem with monospace rendering in Vivaldi * Fix mobile nav obstructing content * Reduce footer margin only for desktop * Append a hash ?digest to CSS files for cache-busting
Dirk Mueller2023-09-04 10:48:47 +00:00
3173726e29
- Update to 2022.1: - Add a configuration for license URL. - Exclude the floating navbar from CHM help. - Make sidebar scrollable and sticky (on modern browsers) - Fix monospace again, on buggy Google Chrome - Add the copyright_url variable in the theme - Improve readability - Remove #searchbox on mobile to fix a layout bug - Fix the appearance of version/language selects - Make the theme responsive - Use default pygments theme - Test Github action to validate the theme against docsbuild scripts. - Add the copy button to pycon3 highlighted code blocks. - Updated the readme, to remind user to install the package in a virtual environment. - Updated the package url, using the GitHub repository instead of docs.python.org - Added license information to the footer of the doc - Fixed typo in the footer - Added information on how to use the package - Fixed code formatting - Fixed code bgcolor and codetextcolor for Sphinx 3.1.0+
Matej Cepl2022-01-20 00:16:41 +00:00