Skip to content

Commit

Permalink
Run make to generate apidocs rst
Browse files Browse the repository at this point in the history
Run the apidocs target in the already existing Makefile for generating
module API docs before the builtin build command to generate docs is
run.
  • Loading branch information
oyvindio committed Nov 7, 2023
1 parent 2a4c4cb commit 2684ba0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ build:
os: ubuntu-22.04
tools:
python: "3.9"
apt_packages:
- make
jobs:
pre_build:
# generate API reference docs .rst files from module source
- make -C docs/ apidocs

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

0 comments on commit 2684ba0

Please sign in to comment.