Skip to content

Commit

Permalink
Doc: add api doc building to RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Jul 2, 2024
1 parent 4223164 commit d397657
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ build:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"
jobs:
post_install:
# Install NPM dependencies
- npm ci
pre_build:
# Build API docs
- cd sphinx-doc && make apidoc

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down

0 comments on commit d397657

Please sign in to comment.