Skip to content

Commit

Permalink
Merge pull request #123 from fiaas/readthedocs-generate-apidocs
Browse files Browse the repository at this point in the history
Generate API docs
  • Loading branch information
oyvindio committed Nov 7, 2023
2 parents 2a4c4cb + 2684ba0 commit ef1eb65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
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 ef1eb65

Please sign in to comment.