Format docs/conf.py

This commit is contained in:
Šarūnas Nejus 2024-06-11 15:22:58 +01:00
parent 50cf70eea3
commit c2a13ee4b1
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -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"]