Skip to content

Commit

Permalink
fixing paths for copying rst 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 b97ad81 commit 002fdfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ build:
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/
- cp examples/sonata-network/sonata-network.rst docs/source/
- cp -r examples/sonata-network/sonata-network_files docs/source/
- cp examples/nmc-portal/L5TTPC2.rst docs/source/nmc-portal.rst
- cp -r examples/nmc-portal/L5TTPC2_files docs/source/

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

0 comments on commit 002fdfb

Please sign in to comment.