Skip to content

Commit

Permalink
fix in readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Apr 25, 2024
1 parent 14b194f commit bd53564
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ build:
python: "3.10"
jobs:
pre_build:
cd docs
sh examples_to_rst.sh
cd -
- cd docs
- sh examples_to_rst.sh
- cd -

python:
# Install our python package before building the docs
Expand Down

0 comments on commit bd53564

Please sign in to comment.