This commit is contained in:
Tiara Rodney 2026-02-10 20:27:04 +01:00
parent 77ec8a2be2
commit b3aa59243a
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
13 changed files with 887 additions and 3 deletions

2
src/AGENTS.rst Normal file
View file

@ -0,0 +1,2 @@
.. include:: ../AGENTS.md
:parser: myst_parser.sphinx_

View file

@ -1,3 +1,8 @@
.. toctree::
:hidden:
AGENTS
############
Introduction
############

View file

@ -8,6 +8,7 @@ extensions = [
'sphinx.ext.todo',
'sphinx_last_updated_by_git',
'sphinx_markdown_builder',
'myst_parser',
]