Skip to content

Commit

Permalink
run_examples.sh on readthedocs environment (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
alifbe authored Apr 11, 2023
1 parent 949e906 commit adc0397
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 2

build:
image: latest
os: "ubuntu-22.04"
tools:
python: "3.8"
jobs:
post_install:
- bash examples/run_examples.sh

python:
version: "3.8"
install:
- requirements: requirements/requirements.txt
- requirements: requirements/requirements_docs.txt
Expand Down

0 comments on commit adc0397

Please sign in to comment.