New copy of everything.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
12
docs/conf.py
Normal file
12
docs/conf.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""Sphinx configuration."""
|
||||
project = "Plex Playlist"
|
||||
author = "Cliff Hill"
|
||||
copyright = "2023, Cliff Hill"
|
||||
extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.napoleon",
|
||||
"sphinx_click",
|
||||
"myst_parser",
|
||||
]
|
||||
autodoc_typehints = "description"
|
||||
html_theme = "furo"
|
||||
Reference in New Issue
Block a user