[agent:surfer] init template AI-ready : WORKFLOW, AGENTS, AI_CONTEXT, Sphinx, scripts
Some checks failed
Build Sphinx docs / build (push) Has been cancelled

This commit is contained in:
2026-04-21 00:15:18 +00:00
parent 91628c0191
commit 72093ad401
15 changed files with 467 additions and 2 deletions

6
docs/conf.py Normal file
View File

@@ -0,0 +1,6 @@
project = "PROJECT_NAME"
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"}