Commit Graph

72 Commits

Author SHA1 Message Date
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
Jerry James 000fa94e82 Add -doc subpackage. 2020-01-24 12:41:16 -07:00
Miro Hrončok 929a2c490b Rebuilt for Python 3.8.0rc1 (#1748018) 2019-10-03 14:31:24 +02:00
Miro Hrončok 75f3951501 Rebuilt for Python 3.8 2019-08-16 16:39:16 +02:00
Miro Hrončok 3917a9cea5 Bootstrap for Python 3.8 2019-08-15 16:46:03 +02:00
Jerry James 85b603cc14 Add -script patch to silence deprecation warnings. 2019-08-06 09:20:17 -06:00
Fedora Release Engineering 39820012a1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 16:25:54 +00:00
Miro Hrončok 8185a3a893 Add bootstrap bcond 2019-03-19 18:40:56 +01:00
Miro Hrončok a61c36af85 Subpackage python2-sphinx_rtd_theme has been removed 2019-03-06 16:01:50 +01:00
Jerry James ce8f49f95b New upstream version.
Also:
- Use the github tarball, which has docs, instead of the pypi tarball.
- Add %check script.
2019-02-12 21:00:03 -07:00
Fedora Release Engineering b6df78d6be - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 09:27:05 +00:00
Jerry James 804fb91fd4 New upstream version. 2018-10-22 21:49:08 -06:00
Jerry James 65f343d714 New upstream version. 2018-07-31 19:04:54 -06:00
Fedora Release Engineering 70ef17e6ab - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 02:10:34 +00:00
Jerry James 171b0b8643 New upstream version. 2018-07-02 21:34:40 -06:00
Miro Hrončok b2eb4b531e Rebuilt for Python 3.7 2018-06-14 14:24:00 +02:00