diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d7be839..15a4784 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -26,6 +26,9 @@ jobs: - name: Sphinx build run: | + cp README.md ./source/README.md + cp LICENSE ./source/LICENSE + cp Pictures ./source/Pictures sphinx-apidoc -o source scraibe/ sphinx-build -M html source docs make html diff --git a/source/index.rst b/source/index.rst index eaecbd1..1eaceef 100644 --- a/source/index.rst +++ b/source/index.rst @@ -1,22 +1,19 @@ Welcome to ScrAIbe: Streamlined Conversation Recording with Automated Intelligence Based Environment's documentation! ===================================================================================================================== -Readme File -=========== - - - .. automodule:: scraibe - :members: + :members: + .. toctree:: :maxdepth: 2 :caption: Contents: - .. include:: ../README.md - :parser: myst_parser.sphinx_ + ../README.md modules + ../LICENSE + Indices and tables ==================