mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Format docs/conf.py
This commit is contained in:
parent
50cf70eea3
commit
c2a13ee4b1
1 changed files with 6 additions and 6 deletions
12
docs/conf.py
12
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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue