From e9368057d054a0721ec6ff29ca0b863b9bfcba10 Mon Sep 17 00:00:00 2001 From: Mathieu Guillame-Bert Date: Fri, 29 May 2026 11:40:28 +0200 Subject: [PATCH 1/2] Debugging documentation Removed pre-install job and build steps for HTML. --- doc/.readthedocs.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 From 800e821e5cbd4a030ad781e048d30eaaaa4a96cd Mon Sep 17 00:00:00 2001 From: Mathieu Guillame-Bert Date: Fri, 29 May 2026 11:41:08 +0200 Subject: [PATCH 2/2] Add 'dgf' to requirements.txt --- doc/requirements.txt | 1 + 1 file changed, 1 insertion(+) 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