diff --git a/doc/.readthedocs.yaml b/doc/.readthedocs.yaml index bf87a77..4467356 100644 --- a/doc/.readthedocs.yaml +++ b/doc/.readthedocs.yaml @@ -7,16 +7,10 @@ build: os: ubuntu-24.04 tools: python: "3.13" - jobs: - pre_install: - - pip install --no-deps dgf - build: - html: - - python -m mkdocs build -v --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file doc/mkdocs.yml mkdocs: configuration: doc/mkdocs.yml python: install: - - requirements: doc/requirements.txt \ No newline at end of file + - requirements: doc/requirements.txt diff --git a/doc/requirements.txt b/doc/requirements.txt index 57fa790..8254b91 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,3 +3,4 @@ mkdocs-material mkdocs-jupyter mkdocs-gen-files mkdocstrings[python] +dgf