15
0

- update to 0.7.15:

* :feature:`213` Allow an arbitrary string in the logo_name
    option.
  * :feature:`114` Improved sidebar CSS styles.
  * :issue:`178` Deprecated canonical_url in favor of
    html_baseurl.
  * 🐛`200` Removed duplicate <meta name="viewport" ... />
    tag.
  * 🐛`188` Removed underline from whitespace.
  * 🐛`164` Removed type="text/javascript" from <script>
    elements.
  * 🐛`161` Replaced &copy; with unicode decimal code entity
    #169;.
  * Dropped support for Python 3.8 and earlier.
  * Dropped support for Sphinx 3.3 and earlier.
  * :issue:`198` Fix horizontal scrolling on mobile.
  * :issue:`206` Properly support the html_support_sphinx config
    value.
  * :issue:`211` Fix the GitHub 'forkme' banner.
  * Added alabaster_version_info to the HTML template context.
  * Declare support for Python 3.13.
  * require sphinx 6+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alabaster?expand=0&rev=22
This commit is contained in:
2024-01-08 20:51:10 +00:00
committed by Git OBS Bridge
parent 796529445e
commit dd2187816d
4 changed files with 39 additions and 12 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jan 8 20:50:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.7.15:
* :feature:`213` Allow an arbitrary string in the logo_name
option.
* :feature:`114` Improved sidebar CSS styles.
* :issue:`178` Deprecated canonical_url in favor of
html_baseurl.
* :bug:`200` Removed duplicate <meta name="viewport" ... />
tag.
* :bug:`188` Removed underline from whitespace.
* :bug:`164` Removed type="text/javascript" from <script>
elements.
* :bug:`161` Replaced &copy; with unicode decimal code entity
#169;.
* Dropped support for Python 3.8 and earlier.
* Dropped support for Sphinx 3.3 and earlier.
* :issue:`198` Fix horizontal scrolling on mobile.
* :issue:`206` Properly support the html_support_sphinx config
value.
* :issue:`211` Fix the GitHub 'forkme' banner.
* Added alabaster_version_info to the HTML template context.
* Declare support for Python 3.13.
-------------------------------------------------------------------
Fri Apr 21 12:21:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -13,7 +38,7 @@ Mon Jan 16 07:53:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.7.13:
* drop support for older than python 3.6
* require sphinx 6+
* require sphinx 6+
-------------------------------------------------------------------
Wed Mar 6 11:21:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>