Skip to content
Snippets Groups Projects
Commit d4fe45c0 authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

fixup [with doc]

parent eff760d9
No related branches found
No related tags found
No related merge requests found
Pipeline #128037 failed
...@@ -22,6 +22,10 @@ CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4 ...@@ -22,6 +22,10 @@ CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4
## Workaround : distutils writes files to lib.linux-x86_64-cpython-310 dir and sphinx is looking into lib.linux-x86_64-3.10 ## Workaround : distutils writes files to lib.linux-x86_64-cpython-310 dir and sphinx is looking into lib.linux-x86_64-3.10
ln -s ${BUILD_DIR}/build/$(ls ./build | grep '^lib') ${BUILD_DIR}/build/$(ls ./build | grep '^src'|sed 's/src/lib/') ln -s ${BUILD_DIR}/build/$(ls ./build | grep '^lib') ${BUILD_DIR}/build/$(ls ./build | grep '^src'|sed 's/src/lib/')
CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4 doc CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4 doc
cd -
mv ${BUILD_DIR}/docs/build/html public mv ${BUILD_DIR}/docs/build/html public
find ${BUILD_DIR}/docs/build/html -name 'index.html'
ls public
find public -name 'index.html'
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment