Skip to content

Commit

Permalink
Introduce jobs keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Apr 9, 2024
1 parent 7c2512c commit aef9748
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ build:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"
jobs:
post_install:
- pip install .

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -33,5 +36,3 @@ sphinx:
python:
install:
- requirements: docs/requirements.txt
post_install:
- pip install .

0 comments on commit aef9748

Please sign in to comment.