Files
cosma-log-analyzer/docs/conf.py

7 lines
251 B
Python

project = "cosma-log-analyzer"
author = "Flag / OpenClaw agents"
release = "0.1"
extensions = ["myst_parser", "sphinx.ext.autodoc", "sphinx.ext.viewcode"]
html_theme = "sphinx_rtd_theme"
source_suffix = {".rst": "restructuredtext", ".md": "markdown"}