gwforg / gwf

A flexible, pragmatic workflow tool.
https://gwf.app/
GNU General Public License v3.0
31 stars 12 forks source link

Update furo to 2020.12.28b23 #361

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates furo from 2020.11.14b16 to 2020.12.28b23.

Changelog ### 2020.12.28.beta23 ``` - Fix code-block overflow issue, introduced by the fix for sphinx-copybutton compatibility. - Tweak horizontal rules, to always be 1px tall. - Tweak background color for inline literals, to match code blocks. ``` ### 2020.12.28.beta22 ``` - MAJOR: Move theme files into a "furo" folder. - This affects any users deriving from furo's templates. - Add (custom) support for `pygments_dark_style`. - Add support for `genindex` pages. - Note that `html_split_index` is not supported at this time. - Add support for highlighting API elements, when accessed via "hash" in URL. - Add `language_data.js` to search page, fixing `Stemmer` related failures in Sphinx 3.4. - Document how to add a site-wide announcement. - Fix sphinx-copybutton placement on scrollable code blocks. - Generate an error page, for documents using `layout.html` from Sphinx's `basic` theme. - Translate placeholder in sidebar's search. - Tweak how additional h1 headings are handled in ToC sidebar. - Update dependency constraints, limiting compatibility to Sphinx 3.x versions. ``` ### 2020.12.09.beta21 ``` - Rebuild theme assets, for main release. ``` ### 2020.12.09.beta20 ``` - Clarify expectations around sidebar customisation. - Declare plugin information to pacify Sphinx's "are you parallel" check. - Disable sidebar-follows-you-as-you-scroll Javascript. - Fix scrollbar styles affecting document body. - Tweak colors for problematic content. - Tweak how words wrap in sidebar title. - Tweak spacing in API documentation. - Tweak wrapping of text in API function/class signatures. ``` ### 2020.11.27.beta19 ``` - Add styling for rubrics. - Add styling for scrollbars, to make them match the theme. - Fix bottom-of-page JS conditional. - Fix stability of resources hashes. (thanks [dvarrazzo](https://github.com/dvarrazzo)) - Fix styling for multi-term definition lists items. - Re-add our development documentation kitchen-sink. - Tweak how ToC sidebar handles scrollbars. - Tweak styling for basic definition lists. ``` ### 2020.11.19.beta18 ``` - Fix search page. It had become non-operational, due to changes to JS in the previous release. ``` ### 2020.11.15.beta17 ``` - Add properly documented mechanisms for customising the sidebar. - Add dedicated styling for ethical ads. - Tweak how JS scripts are loaded. ```
Links - PyPI: https://pypi.org/project/furo - Changelog: https://pyup.io/changelogs/furo/ - Repo: https://github.com/pradyunsg/furo
pyup-bot commented 3 years ago

Closing this in favor of #363