Skip to content

Commit 6dcebee

Browse files
author
Murilo Marinho
committed
[build_html] Removing unecessary commands.
1 parent c46cffb commit 6dcebee

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

build_html.sh

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,8 @@
33
# While 2.0 is not stable
44
python -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
77
export 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"
179
cat myst.yml
1810
python -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-

0 commit comments

Comments
 (0)