File: conf.py

package info (click to toggle)
sphinx-automodapi 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: python: 1,696; makefile: 197
file content (11 lines) | stat: -rw-r--r-- 189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
project = 'duplicated'
copyright = '2022, Maximilian Linhoff'
author = 'Maximilian Linhoff'
release = '0.1'


extensions = [
    "sphinx_automodapi.automodapi",
]

html_theme = 'alabaster'