branch: elpa/flycheck commit d0a3b8154adf47357325c02881664c1731e880c5 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Change the docs theme with furo --- doc/conf.py | 2 +- doc/requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index cfaa491900..bd8b360a18 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -119,7 +119,7 @@ nitpick_ignore = [ ] # HTML settings -html_theme = 'alabaster' +html_theme = 'furo' html_theme_options = { 'logo': 'logo.png', 'logo_name': False, diff --git a/doc/requirements.txt b/doc/requirements.txt index 7c02c404f9..24a5e21601 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,7 +3,8 @@ Sphinx~=5.3 # Automatically build documentation on changes sphinx-autobuild # Sphinx theme -alabaster>=0.7.8 +furo>=2024.8.6 +# alabaster>=0.7.8 # Syntax highlighting Pygments>=2.1 # Network access