Commit Graph

87 Commits

Author SHA1 Message Date
Troy Dawson ba9442f007 Bump release for June 2024 mass rebuild 2024-06-24 09:20:02 -07:00
Fedora Release Engineering 8d788b637c Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-26 11:02:44 +00:00
Fedora Release Engineering 5a6e320931 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-22 07:29:44 +00:00
Karolina Surma eda014167f Update to 2.0.0 2023-12-05 10:17:22 +01:00
Miro Hrončok 9b60a88bdb Do not BuildRequire python3-sphinxcontrib-httpdomain, it was not needed
As far as I can tell, the package is not used during the build.
The Fedora package seems outdated and has no check.
A comment in the update pull request (opened 2 years ago)
claims the currently packaged version (1.7.0) is incompatible with Sphinx 4.1+.

Upstream issue: https://github.com/readthedocs/sphinx_rtd_theme/issues/1533
2023-10-17 18:12:41 +02:00
Karolina Surma c3e5f01979 Review the License tag according to the SPDX standard 2023-08-07 17:56:15 +02:00
Karolina Surma bbd63c783a Ensure compatibility with docutils 0.20.1 and Sphinx 7 2023-08-07 17:02:06 +02:00
Karolina Surma a23dfcc295 Update to 1.2.2 2023-08-07 17:02:04 +02:00
Fedora Release Engineering 65eb1cdeb9 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-21 14:20:25 +00:00
Python Maint 4d2a8a0511 Rebuilt for Python 3.12 2023-06-14 07:02:48 +02:00
Karolina Surma 01f6af077d Update to 1.2.1 2023-05-24 12:59:14 +02:00
Karolina Surma 5149162f86 Remove the unnecesary rpmlintrc file
None of the filtered-out problems happens with rpmlint 2 and sphinx_rtd_theme 1.2.0.
Rpmlint 2 reports unmatched filters as errors.
2023-03-23 11:30:21 +01:00
Karolina Surma f6c72ea8d8 Update to 1.2.0 2023-02-21 11:13:03 +01:00
Miro Hrončok ff229fc2be Use %pyproject_buildrequires
In ELN, the dependency on pyproject-rpm-macros is generated
by %pyproject_buildrequires only,
the package is not pulled in via python3-devel.

This is new since pyproject-rpm-macros 1.6.0.
2023-02-16 19:27:42 +01:00
Fedora Release Engineering f63bde014a Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-20 17:31:47 +00:00
Karolina Surma f9e63f89c8 Allow installing the package with docutils 0.19 2022-11-10 10:28:18 +01:00
Karolina Surma 6dfe46e34f Stop enumerating sources and patches 2022-11-09 17:47:51 +01:00
Karolina Surma b600f1a940 Update the package URL 2022-11-09 17:47:51 +01:00
Karolina Surma f82d5ade35 Update to new upstream version 1.1.1
- Review the license tag according to SPDX standard
2022-11-09 17:47:51 +01:00
Fedora Release Engineering fad439b392 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 22:32:15 +00:00
Karolina Surma 14997fd826 Improve the references to the local fonts
src:url() only accepts format(), not type().
Source: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src
This should improve rendering of fonts via webserver.
Fixing this uncovered another issue: if src:url is correctly specified,
Firefox attempts to load the fonts from that url, rather than look for
the local font first. To achieve the correct lookup order,
src:local() should be defined before the url.
Firefox then loads from the first found location.
2022-07-18 17:35:19 +02:00
Karolina Surma fef1a90465 Render FontAwesome correctly in Firefox
Based on Mozilla specification
(https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face#specifying_local_font_alternatives)
the reference to 'local' should contain either the full path to the
font location (which we don't want to hard code) or a reference to the font name.
The latter renders FontAwesome correctly in Firefox for packages
installed locally.
2022-07-18 14:44:56 +02:00
Karolina Surma cbe0a3155f Relax docutils version requirement to <0.19
The version is loosened to make the theme works with docutils 0.18+ in Fedora.
Upstream doesn't officially support it yet and the manual verification
discovers issues that we consider non-blocking, raised upstream:
https://github.com/readthedocs/sphinx_rtd_theme/issues/1302
2022-07-18 14:30:31 +02:00
Python Maint 88bb77fbb5 Rebuilt for Python 3.11 2022-06-13 18:22:00 +02:00
Python Maint 887c7b7da2 Bootstrap for Python 3.11 2022-06-13 16:03:24 +02:00
Miro Hrončok 46d3e710b3 Don't use `! ...` as a check
See https://lists.fedoraproject.org/archives/list/packaging@lists.fedoraproject.org/thread/TFQGD7CSTD5WVKVT3WDIGF5D6DID5NK6/
2022-04-13 12:32:08 +02:00
Miro Hrončok b6a6bd488b Avoid build dependency on readthedocs-sphinx-ext 2022-04-13 12:31:05 +02:00
Karolina Surma 19b8629796 Unbundle fonts, improve fonts references
- properly handle unbundling fonts, so they're not present in -doc
  package
- reference fonts as Web Assets to improve docs rendering when exported
  via web server

Co-authored-by: Petr Menšík <pemensik@redhat.com>
2022-03-29 15:51:28 +02:00
Karolina Surma 8f8ec1f05d There's no 'build_py' in v1.0.0's setup.py 2022-03-25 22:06:29 +01:00
Fedora Release Engineering 3fb97abfce - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 15:41:56 +00:00
Jerry James 0c1e3f38ee Version 1.0.0.
- Drop upstreamed patch for Sphinx 4.1+.
- Use the pyproject macros.
2021-09-14 09:46:33 -06:00
Miro Hrončok a57fd0b745 Fix for Sphinx 4.1+, backported from upstream 2021-08-04 23:51:52 +02:00
Miro Hrončok e3e676fd8a Convert patches to -p1 for easier git backports 2021-08-04 23:51:15 +02:00
Fedora Release Engineering bd93acba10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 09:39:50 +00:00
Jerry James 10593c84e2 Use the %pytest macro. 2021-07-19 15:27:08 -06:00
Python Maint 1712aa0c1c Rebuilt for Python 3.10 2021-06-04 14:14:51 +02:00
Python Maint a4fc8b602b Bootstrap for Python 3.10 2021-06-02 18:26:26 +02:00
Jerry James 38ab5f6740 Version 0.5.2. 2021-04-06 09:30:24 -06:00
Tomas Hrnciar cba091fd05 Move dependency on python-readthedocs-sphinx-ext out of bootstrapped sequence 2021-02-24 15:54:38 +01:00
Fedora Release Engineering 0b9a44d751 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 13:33:28 +00:00
Jerry James 64aa1576fd Version 0.5.1. Do not list language files twice. 2021-01-04 16:38:27 -07:00
Frédéric Pierret (fepitre) f416fa7106
spec: replace hardcoded python3
Signed-off-by: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
2020-12-22 09:49:55 +01:00
Jerry James d39884a9f6 Version 0.5.0.
- Drop upstreamed -script patch.
- Do not even link to fonts; modify the CSS to point to system fonts.
- Remove all traces of html5shiv.
2020-12-10 09:22:34 -07:00
Jerry James 786bb93487 Explicitly BR make. 2020-11-09 17:22:48 -07:00
Fedora Release Engineering bed24229d1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 04:01:44 +00:00
Miro Hrončok 5d463e239d Rebuilt for Python 3.9 2020-05-23 09:24:18 +02:00
Miro Hrončok 9e09a79e51 Bootstrap for Python 3.9 2020-05-22 17:34:12 +02:00
Jerry James c4fc9c52c4 Fix symlinks to the Roboto fonts. 2020-03-18 10:03:05 -06:00
Jerry James 7083848a29 BR readthedocs-sphinx-ext so the tests can be run. 2020-02-04 09:16:47 -07:00
Fedora Release Engineering cb66f5f569 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 15:28:22 +00:00