Sync from SUSE:SLFO:Main python-python-docs-theme revision 7624a870bdd5afdd16bdfb53bc92aff7

This commit is contained in:
Adrian Schröter 2024-12-13 12:15:08 +01:00
parent c4608a9b9b
commit 90dff2be98
4 changed files with 58 additions and 7 deletions

View File

@ -1,3 +1,53 @@
-------------------------------------------------------------------
Thu Oct 10 08:13:09 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Mon Aug 5 19:04:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Sun Apr 21 08:35:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Sat Mar 16 12:53:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.2:
* Do not underline navigation links
* Only apply underline offset to code formatting for underline
visibility
-------------------------------------------------------------------
Thu Feb 1 21:20:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Sat Dec 9 08:26:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.9:
* Focus search box when pressing slash
-------------------------------------------------------------------
Mon Sep 4 10:45:54 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-python-docs-theme
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,13 +16,14 @@
#
%{?sle15_python_module_pythons}
Name: python-python-docs-theme
Version: 2023.7
Version: 2024.6
Release: 0
Summary: The Sphinx theme for the CPython docs and related projects
License: Python-2.0
Group: Development/Languages/Python
URL: https://docs.python.org
URL: https://github.com/python/python-docs-theme
Source: https://files.pythonhosted.org/packages/source/p/python-docs-theme/python_docs_theme-%{version}.tar.gz
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
@ -46,7 +47,7 @@ The Sphinx theme for the CPython docs and related projects
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.rst
%doc README.md
%license LICENSE
%{python_sitelib}/python_docs_theme
%{python_sitelib}/python_docs_theme-%{version}*-info

BIN
python_docs_theme-2023.7.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
python_docs_theme-2024.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.