f458b13720
Accepting request 1034927 from home:yarunachalam:branches:devel:languages:python
...
- Update to 1.1.1
* Docs: Add upgrade instructions and simplify conf.py (#1365 )
* Update versioning docs to be explicit about our versioning workflow (#1373 )
- Update to 1.1.0 release (#1372 )
* Do not overflow object cross references (#1369 )
* Remove Jinja2 dependency (#1360 )
* Move context logic for layout.html to jinja (#1356 )
* Additions to Tox and Circle CI matrix (#1349 )
* Translation updates: Pull translations from transifex, push new sources (#1354 )
* Update layout.html to support a sphinx version that is not three-integers (#1345 )
* Add sphinx 5.2 to test matrix (#1348 )
OBS-URL: https://build.opensuse.org/request/show/1034927
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=29
2022-11-14 14:35:48 +00:00
46b768b53e
- update to 1.0.0:
...
* compatibility with docutils 0.17
* sphinx 4.1+ support
- drop sphinx41.patch: upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=28
2021-11-08 15:48:16 +00:00
b6b083745a
Accepting request 906026 from home:mcalabkova:branches:devel:languages:python
...
- Add sphinx41.patch to fix build with Sphinx 4.1.0
OBS-URL: https://build.opensuse.org/request/show/906026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=27
2021-07-13 06:59:21 +00:00
0286db108f
Accepting request 886938 from home:buschmann23:branches:devel:languages:python
...
- remove python-docutils from Requires
- update to 0.5.2
* depend on docutils < 0.17 (gh#readthedocs/sphinx_rtd_theme#1113)
OBS-URL: https://build.opensuse.org/request/show/886938
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=25
2021-04-20 20:25:34 +00:00
a145ffe986
- update to 0.5.1
...
* no upstream changelog available
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=23
2021-03-02 00:38:40 +00:00
Tomáš Chvátal
8d7ae03d60
- Switch to mulitbuild to avoid buildcycle
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=21
2019-06-06 15:46:55 +00:00
Tomáš Chvátal
620ee13437
- Update to 0.4.3:
...
* Fixes for new Sphinx
- Enable tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=20
2019-05-24 19:58:05 +00:00
Tomáš Chvátal
654f9f1bda
Accepting request 628784 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/628784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=18
2018-08-11 19:51:25 +00:00
Tomáš Chvátal
00952442fb
Accepting request 621489 from home:apersaud:branches:devel:languages:python
...
- specfile:
* be more specific in %files:
%{python_sitelib}/* -> %{python_sitelib}/sphinx_rtd_theme*
* remove python-devel
- update to version 0.4.0:
* Fixes
+ Do not rely on readthedocs.org for CSS/JS (#614 )
+ Color accessibility improvements on the left navigation
* Other Changes
+ Write theme version and build date at top of JavaScript and CSS
+ Changed code and literals to use a native font stack (#612 )
+ Fix small styling issues
OBS-URL: https://build.opensuse.org/request/show/621489
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=16
2018-07-08 07:13:42 +00:00
Tomáš Chvátal
6b05b90b89
Accepting request 604643 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/604643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=14
2018-05-07 13:50:25 +00:00
Tomáš Chvátal
7bd96bcb3e
Accepting request 602106 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/602106
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=12
2018-04-27 17:14:08 +00:00
Todd R
d4b72b11f4
Accepting request 527415 from home:TheBlackCat:branches:devel:languages:python
...
- Update to 0.2.4
* Yet another patch to deal with extra builders outside Spinx, such as the
singlehtml builders from the Read the Docs Sphinx extension
- Update to 0.2.3
* Temporarily patch Sphinx issue with ``singlehtml`` builder by inspecting the
builder in template.
- Update to 0.2.2
* Roll back toctree fix in 0.2.1 (#367 ). This didn't fix the issue and
introduced another bug with toctrees display.
- Update to 0.2.1
* Add the ``rel`` HTML attribute to the footer links which point to
the previous and next pages.
* Fix toctree issue caused by Sphinx singlehtml builder (#367 )
- Update to 0.2.0
* Adds the ``comments`` block after the ``body`` block in the template
* Added "Edit on GitLab" support
* Many bug fixes
- Update to 0.1.10-alpha
* Removes Sphinx dependency
* Fixes hamburger on mobile display
* Adds a ``body_begin`` block to the template
* Add ``prev_next_buttons_location`` which can take the value ``bottom``,
``top``, ``both`` , ``None`` and will display the "Next" and "Previous"
buttons accordingly
- Update to 0.1.9
* Intermittent scrollbar visibility bug fixed. This change introduces a
backwards incompatible change to the theme's layout HTML. This should only be
a problem for derivative themes that have overridden styling of nav elements
using direct decendant selectors. See `#215`_ for more information.
* Safari overscroll bug fixed
* Version added to the nav header
* Revision id was added to the documentation footer if you are using RTD
* An extra block, ``extrafooter`` was added to allow extra content in the
document footer block
* Fixed modernizr URL
* Small display style changes on code blocks, figure captions, and nav elements
OBS-URL: https://build.opensuse.org/request/show/527415
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=10
2017-09-19 22:13:51 +00:00
Todd R
c2bb1e46cd
Accepting request 487682 from devel:languages:python:singlespec
...
1
OBS-URL: https://build.opensuse.org/request/show/487682
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=8
2017-04-19 14:09:14 +00:00
ca6ad27e19
- Use pypi.io for Source url
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=6
2016-07-18 13:04:17 +00:00
59fb60bcef
- update license
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=5
2016-07-18 12:50:14 +00:00
Denisart Benjamin
74c4dbbada
Accepting request 306746 from home:benoit_monin:branches:devel:languages:python
...
update to version 0.1.8
OBS-URL: https://build.opensuse.org/request/show/306746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=3
2015-05-17 12:08:58 +00:00
Sascha Peilicke
620333a4ce
Accepting request 236728 from home:prusnak
...
please review and accept
OBS-URL: https://build.opensuse.org/request/show/236728
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=1
2014-06-17 09:02:46 +00:00