Skip to content

Commit

Permalink
Fix path for RTD sphinx-apidoc pre_build step (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarqu authored Jan 6, 2024
1 parent 8ad4d6c commit 0ae5186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
- graphviz
jobs:
pre_build:
- sphinx-apidoc --force --output-dir api_generated/ --doc-project "API" --separate ../junitparser
- sphinx-apidoc --force --output-dir docs/api_generated/ --doc-project "API" --separate junitparser

python:
install:
Expand Down

0 comments on commit 0ae5186

Please sign in to comment.