Files
plex-playlist-old/backend/docs/conf.py
2024-04-24 12:15:45 -04:00

13 lines
270 B
Python

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