From 002fdfb6cc1f060d8ca9fb3f24b21fb1eb0a1b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Thu, 25 Apr 2024 13:12:08 +0200 Subject: [PATCH] fixing paths for copying rst in readthedocs.yml --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3e84df73..4fb742f9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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