new
This commit is contained in:
parent
77ec8a2be2
commit
b3aa59243a
13 changed files with 887 additions and 3 deletions
2
src/AGENTS.rst
Normal file
2
src/AGENTS.rst
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.. include:: ../AGENTS.md
|
||||
:parser: myst_parser.sphinx_
|
||||
|
|
@ -1,3 +1,8 @@
|
|||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
AGENTS
|
||||
|
||||
############
|
||||
Introduction
|
||||
############
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ extensions = [
|
|||
'sphinx.ext.todo',
|
||||
'sphinx_last_updated_by_git',
|
||||
'sphinx_markdown_builder',
|
||||
'myst_parser',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue