diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 32cd869..8a94b6f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,8 @@ build: os: ubuntu-22.04 tools: python: "3.10" + commands: + - sphinx-apidoc -o docs/source src/tensorneat # Build documentation in the "docs/" directory with Sphinx sphinx: @@ -20,4 +22,5 @@ sphinx: python: install: - requirements: docs/requirements.txt - \ No newline at end of file + + diff --git a/docs/requirements.txt b/docs/requirements.txt index 52b04f2..b5bb3b1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ +sphinx-apidoc sphinx_rtd_theme \ No newline at end of file