File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -104,17 +104,19 @@ if [ "x$DOC2DASH" = "x1" ]; then
104
104
PWD=` pwd`
105
105
# Output folder of sphinx (before Jekyll if requested)
106
106
DOC_API_FOLDER=${ROOT_FOLDER} /doc/html/api
107
- DOC2DASH=` which doc2dash 2> /dev/null || true `
107
+ DOC2DASH=.venv/bin/doc2dash
108
108
DASH_FOLDER=${ROOT_FOLDER} /doc/dash
109
109
if [ " x$DOC2DASH " != x ]; then
110
110
echo " Generating Dash docset..."
111
111
" $DOC2DASH " \
112
- --online-redirect-url " https://igraph.org/python/ api/latest " \
112
+ --online-redirect-url " https://python. igraph.org/en/latest/ api/" \
113
113
--name " python-igraph" \
114
114
-d " ${DASH_FOLDER} " \
115
115
-f \
116
116
-j \
117
117
-I " index.html" \
118
+ --icon ${ROOT_FOLDER} /doc/source/icon.png \
119
+ --icon-2x ${ROOT_FOLDER} /doc/source/icon@2x.png \
118
120
" ${DOC_API_FOLDER} "
119
121
DASH_READY=1
120
122
else
You can’t perform that action at this time.
0 commit comments