From 22cc282a46c34543ba2c242d99e2e2959884ec0e Mon Sep 17 00:00:00 2001 From: Tom Kazimiers Date: Tue, 2 Jul 2024 21:36:13 +0200 Subject: [PATCH] Doc: remove apidoc generation again from RTD config Since the apidoc generation requires a CATMAID server to be reachable, it is currently impractical to regenerate this directly on RTD. --- .readthedocs.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2aa985ffe3..5f38ed25cc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,14 +9,7 @@ build: os: ubuntu-22.04 tools: python: "3.10" - nodejs: "20" - jobs: - post_install: - # Install NPM dependencies - - npm ci - pre_build: - # Build API docs - - cd sphinx-doc && make apidoc + # nodejs: "20" # Build documentation in the "docs/" directory with Sphinx sphinx: