diff --git a/.readthedocs.yml b/.readthedocs.yml index ceb4b182..db0aff3e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,6 +10,7 @@ build: tools: python: "3.10" commands: + - git submodule update --init - pip3 install -r ./docs/requirements.txt - cd docs && python3 -m sphinx.cmd.build -M html "source" "_build" - mv docs/_build _readthedocs