Skip to content

Commit

Permalink
Format docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Jun 11, 2024
1 parent 50cf70e commit c2a13ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
project = "beets"
copyright = "2016, Adrian Sampson"

version = '2.0'
release = '2.0.0'
version = "2.0"
release = "2.0.0"

pygments_style = "sphinx"

Expand Down Expand Up @@ -60,15 +60,15 @@
]

# 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",
},
"pygment_light_style": "bw",
}
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"]

0 comments on commit c2a13ee

Please sign in to comment.