Files
plex-playlist-old/docs/conf.py

13 lines
270 B
Python
Raw Permalink Normal View History

"""Sphinx configuration."""
project = "Plex Playlist"
author = "Cliff Hill"
copyright = "2025, Cliff Hill"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx_click",
"myst_parser",
]
autodoc_typehints = "description"
html_theme = "furo"