diff --git a/doc/.readthedocs.yaml b/doc/.readthedocs.yaml index f9b26ed..85ab0ab 100644 --- a/doc/.readthedocs.yaml +++ b/doc/.readthedocs.yaml @@ -10,6 +10,8 @@ build: jobs: pre_install: - pip install --no-deps dgf + post_build: + - python -m mkdocs build -v --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file doc/mkdocs.yml mkdocs: configuration: doc/mkdocs.yml