forked from pool/python-Pallets-Sphinx-Themes
Compare commits
17 Commits
Author | SHA256 | Date | |
---|---|---|---|
35d3525dca | |||
cdd0571874 | |||
4262116139 | |||
b028050d64 | |||
418a96d224 | |||
3bac867ffe | |||
10e67338d3 | |||
6bb2da6515 | |||
4577da3528 | |||
c5f929246c | |||
bdeacbf84b | |||
14144a828b | |||
597c83f6b5 | |||
1b3bc914da | |||
9c5674400b | |||
54e86d9202 | |||
8f67cbef42 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:853ccdc2698ab0a2532cfc23037e08ff16ef36fdbde57dda122946bba1f71c0a
|
||||
size 20124
|
BIN
pallets_sphinx_themes-2.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pallets_sphinx_themes-2.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 08:29:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.3.0:
|
||||
* When getting the canonical URL on Read the Docs, replace the
|
||||
path with /en/stable/ instead of /page/. This can be
|
||||
configured with rtd_canonical_path. :pr:`122`
|
||||
* The version banner can be disabled by setting version_banner
|
||||
= False. On Read the Docs, it is disabled when building the
|
||||
stable version or PRs. :pr:`123`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 10:50:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.2.0:
|
||||
* Get canonical URL from environment variable when building on
|
||||
Read the Docs. :pr:`117`
|
||||
* New version warning banner. Use JavaScript to query PyPI when
|
||||
viewing a page, rather than baking the warning into the
|
||||
build. New builds of old versions are no longer required for
|
||||
the banner to be correct. :pr:`117`
|
||||
* Generate 404 page using the sphinx-notfound-page extension.
|
||||
This fixes the URLs when the page is hosted so that it loads
|
||||
the CSS. :issue:`34`
|
||||
* Remove handling for singlehtml_sidebars config which predated
|
||||
Sphinx's support. :pr:`119`
|
||||
* Remove "babel" and "platter" theme variants which were
|
||||
undocumented and did not appear to be used by the relevant
|
||||
projects. :pr:`120`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 07:31:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Pallets-Sphinx-Themes
|
||||
Version: 2.1.3
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Themes for the Pallets projects
|
||||
License: BSD-3-Clause
|
||||
@@ -29,11 +29,13 @@ BuildRequires: %{python_module Sphinx >= 3.7}
|
||||
BuildRequires: %{python_module flit-core}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module sphinx-notfound-page}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Sphinx >= 3
|
||||
Requires: python-Sphinx >= 5
|
||||
Requires: python-packaging
|
||||
Requires: python-sphinx-notfound-page
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user