Skip to content

Commit

Permalink
fixing path for rst conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Apr 25, 2024
1 parent 7c4fb6e commit b97ad81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ build:
python: "3.10"
jobs:
pre_build:
- jupyter nbconvert --to rst ../examples/sonata-network/sonata-network.ipynb
- jupyter nbconvert --to rst ../examples/nmc-portal/L5TTPC2.ipynb
- cp ../examples/sonata-network/sonata-network.rst source/
- cp -r ../examples/sonata-network/sonata-network_files source/
- cp ../examples/nmc-portal/L5TTPC2.rst source/nmc-portal.rst
- cp -r ../examples/nmc-portal/L5TTPC2_files source/
- jupyter nbconvert --to rst examples/sonata-network/sonata-network.ipynb
- jupyter nbconvert --to rst examples/nmc-portal/L5TTPC2.ipynb
- cp examples/sonata-network/sonata-network.rst source/
- cp -r examples/sonata-network/sonata-network_files source/
- cp examples/nmc-portal/L5TTPC2.rst source/nmc-portal.rst
- cp -r examples/nmc-portal/L5TTPC2_files source/

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

0 comments on commit b97ad81

Please sign in to comment.