14
0

- Update to 2022.1:

- Add a configuration for license URL.
  - Exclude the floating navbar from CHM help.
  - Make sidebar scrollable and sticky (on modern browsers)
  - Fix monospace again, on buggy Google Chrome
  - Add the copyright_url variable in the theme
  - Improve readability
  - Remove #searchbox on mobile to fix a layout bug
  - Fix the appearance of version/language selects
  - Make the theme responsive
  - Use default pygments theme
  - Test Github action to validate the theme against docsbuild scripts.
  - Add the copy button to pycon3 highlighted code blocks.
  - Updated the readme, to remind user to install the package in a virtual environment.
  - Updated the package url, using the GitHub repository instead of docs.python.org
  - Added license information to the footer of the doc
  - Fixed typo in the footer
  - Added information on how to use the package
  - Fixed code formatting
  - Fixed code bgcolor and codetextcolor for Sphinx 3.1.0+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-docs-theme?expand=0&rev=5
This commit is contained in:
2022-01-20 00:16:41 +00:00
committed by Git OBS Bridge
parent 3f923772f0
commit 3173726e29
4 changed files with 33 additions and 7 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 19 23:41:38 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 2022.1:
- Add a configuration for license URL.
- Exclude the floating navbar from CHM help.
- Make sidebar scrollable and sticky (on modern browsers)
- Fix monospace again, on buggy Google Chrome
- Add the copyright_url variable in the theme
- Improve readability
- Remove #searchbox on mobile to fix a layout bug
- Fix the appearance of version/language selects
- Make the theme responsive
- Use default pygments theme
- Test Github action to validate the theme against docsbuild scripts.
- Add the copy button to pycon3 highlighted code blocks.
- Updated the readme, to remind user to install the package in a virtual environment.
- Updated the package url, using the GitHub repository instead of docs.python.org
- Added license information to the footer of the doc
- Fixed typo in the footer
- Added information on how to use the package
- Fixed code formatting
- Fixed code bgcolor and codetextcolor for Sphinx 3.1.0+
-------------------------------------------------------------------
Fri Mar 20 12:50:54 UTC 2020 - pgajdos@suse.com