File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 33# While 2.0 is not stable
44python -m pip install jupyter-book --pre
55
6- # Otherwise the links will not be correctly set up for th webpage
6+ # Otherwise the links will not be correctly set up for the webpage
77export BASE_URL=" https://marinholab.github.io/OpenExecutableBooksRobotics"
88
9- # This is a bit hacky.
10- # https://github.com/orgs/jupyter-book/discussions/2055#discussioncomment-13250715
11- # This is my temporary hacky solution
12-
13- # Run once without the devel
14- cp myst.yml _myst.yml
15- sed -i.bak ' /\#USING DQROBOTICS DEVEL \[START\]/,/\#USING DQROBOTICS DEVEL \[END\]/d' myst.yml
16- echo " RUN ONE, WITHOUT DQROBOTICS DEVEL PAGES"
179cat myst.yml
1810python -m jupyter book build --html --execute
19-
20- # Run again with the devel. The cached should no longer collide
21- # mv _myst.yml myst.yml
22- # python -m jupyter book build --html --execute
23- # echo "RUN TWO, WITH DQROBOTICS DEVEL PAGES"
24- # cat myst.yml
25-
You can’t perform that action at this time.
0 commit comments