Skip to content

Commit

Permalink
Doc: remove apidoc generation again from RTD config
Browse files Browse the repository at this point in the history
Since the apidoc generation requires a CATMAID server to be reachable,
it is currently impractical to regenerate this directly on RTD.
  • Loading branch information
tomka committed Jul 2, 2024
1 parent 97b68ef commit 22cc282
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 22cc282

Please sign in to comment.