From 19d6ce54468491a08ce8b71f1a64c0898b7e9b63 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 16 May 2024 07:01:53 +0200 Subject: [PATCH] Remove custom build process --- .readthedocs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e9aaa9988..6d0d1fe64 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,9 +5,6 @@ build: os: "ubuntu-22.04" tools: python: "3.11" - commands: - - pip install --no-cache-dir -r docs/requirements-docs.txt - - python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml python: install: