File: conf.py

package info (click to toggle)
python-intellifire4py 4.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 620 kB
  • sloc: python: 2,585; sh: 13; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""Sphinx configuration."""
project = "Intellifire4Py"
author = "Jeff Stein"
copyright = "2021, Jeff Stein"
extensions = [
    "sphinx.ext.autodoc",
    "sphinx.ext.napoleon",
    "sphinx_click",
    "myst_parser",
    "sphinx_copybutton",
]
autoclass_content = "both"
autodoc_typehints = "description"
html_theme = "furo"