Skip to content

Commit

Permalink
update read the docs config (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungrowan authored Aug 17, 2023
1 parent bec23c8 commit 3642b68
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ build:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"
jobs:
pre_build:
- sphinx-apidoc -o docs/source/sdk arthur_bench "arthur_bench/logger/*" "arthur_bench/models/client.py" -MET --templatedir docs/source/_templates


# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -32,9 +36,4 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/source/requirements.txt


jobs:
pre_build:
- sphinx-apidoc -o source/sdk arthur_bench "arthur_bench/logger/*" "arthur_bench/models/client.py" -MET --templatedir .docs/source/_templates
- requirements: docs/source/requirements.txt

0 comments on commit 3642b68

Please sign in to comment.