furo
furo copied to clipboard
A clean customizable documentation theme for Sphinx
updates: - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/5.0.2...5.0.4)
This PR fixes 2 issues that have been bugging me for a while when viewing docs on mobile: - `user-select: none`: for some reason clicking on some buttons selected it,...
I definitely plan to do a rebase to clean up this commit history (probably end out just squashing to one commit) before I'm done with this as a draft status....
Fixes: #486
### What's happening? Apologies if you'd rather I open this as a GitHub discussion rather than an issue, but I'm trying to comply with your request to make this a...
Replace `logging.warn` (deprecated in [Python 2.7, 2011](https://github.com/python/cpython/commit/04d5bc00a219860c69ea17eaa633d3ab9917409f)) with `logging.warning` (added in [Python 2.3, 2003](https://github.com/python/cpython/commit/6fa635df7aa88ae9fd8b41ae42743341316c90f7)). * https://docs.python.org/3/library/logging.html#logging.Logger.warning * https://github.com/python/cpython/issues/57444
### Discussed in https://github.com/pradyunsg/furo/discussions/429 This theme currently does not provide translations for any of the text in it, that isn't already a part of the Sphinx translations database. This is...
### What's happening? Currently, Sphinx sites built with Furo do not provide any links to view the sources. This previously existed as a part of the footer, but users found...