Skip to content

Commit

Permalink
do not change repositories in readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Apr 25, 2024
1 parent 0535cca commit 7c4fb6e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ build:
python: "3.10"
jobs:
pre_build:
- cd docs
- ls
- sh examples_to_rst.sh
- cd -
- 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 7c4fb6e

Please sign in to comment.