Skip to content
Snippets Groups Projects
Commit bd569ad3 authored by Florian Fischer's avatar Florian Fischer :turtle:
Browse files

Add new file

parent 91a1b58b
Branches
No related merge requests found
# conf.py
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
project = 'Dein Projektname'
copyright = '2025, Dein Name'
author = 'Dein Name'
# Erweiterungen
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
]
templates_path = ['_templates']
exclude_patterns = []
html_theme = 'furo'
html_static_path = ['_static']
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment