Sync from SUSE:ALP:Source:Standard:1.0 python-python-docs-theme revision 93e044801e7b223a95df2399a813b61f
This commit is contained in:
commit
7d38869f7c
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
58
python-python-docs-theme.changes
Normal file
58
python-python-docs-theme.changes
Normal file
@ -0,0 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 10:45:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 23:41:38 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- 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+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 20 12:50:54 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 2020.1
|
||||
* no upstream changelog found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 14:04:52 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Initial packaging effort for 2018.7 version.
|
54
python-python-docs-theme.spec
Normal file
54
python-python-docs-theme.spec
Normal file
@ -0,0 +1,54 @@
|
||||
#
|
||||
# spec file for package python-python-docs-theme
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-python-docs-theme
|
||||
Version: 2023.7
|
||||
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
|
||||
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}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
The Sphinx theme for the CPython docs and related projects
|
||||
|
||||
%prep
|
||||
%setup -q -n python_docs_theme-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/python_docs_theme
|
||||
%{python_sitelib}/python_docs_theme-%{version}*-info
|
||||
|
||||
%changelog
|
BIN
python_docs_theme-2023.7.tar.gz
(Stored with Git LFS)
Normal file
BIN
python_docs_theme-2023.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user