diff --git a/Justfile b/Justfile index 1fc6b75..4fe2330 100644 --- a/Justfile +++ b/Justfile @@ -2,7 +2,6 @@ watch: watchexec -ce py,lark,ag -i gen 'just run' doc: - pipenv run sphinx-apidoc agtest -o docs pipenv run make -C docs html run: diff --git a/docs/agtest.rst b/docs/agtest.rst index 164cc52..3b1e871 100644 --- a/docs/agtest.rst +++ b/docs/agtest.rst @@ -28,14 +28,6 @@ agtest.main module :undoc-members: :show-inheritance: -agtest.runtime module ---------------------- - -.. automodule:: agtest.runtime - :members: - :undoc-members: - :show-inheritance: - Module contents --------------- diff --git a/docs/modules.rst b/docs/modules.rst deleted file mode 100644 index 67e61a1..0000000 --- a/docs/modules.rst +++ /dev/null @@ -1,7 +0,0 @@ -agtest -====== - -.. toctree:: - :maxdepth: 4 - - agtest