From c2a13ee4b1ddf47122372ace7444f4aa719833b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Tue, 11 Jun 2024 15:22:58 +0100 Subject: [PATCH] Format docs/conf.py --- docs/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 206f68c92..1404b2bb2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,8 +11,8 @@ master_doc = "index" project = "beets" copyright = "2016, Adrian Sampson" -version = '2.0' -release = '2.0.0' +version = "2.0" +release = "2.0.0" pygments_style = "sphinx" @@ -60,9 +60,9 @@ man_pages = [ ] # Options for pydata theme -html_theme = 'pydata_sphinx_theme' +html_theme = "pydata_sphinx_theme" html_theme_options = { - 'collapse_navigation': True, + "collapse_navigation": True, "logo": { "text": "beets", }, @@ -70,5 +70,5 @@ html_theme_options = { } html_title = "beets" html_logo = "_static/beets_logo_nobg.png" -html_static_path = ['_static'] -html_css_files = ['beets.css'] +html_static_path = ["_static"] +html_css_files = ["beets.css"]