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

re-enable sphinx apidoc tweak

parent 576f98a3
No related branches found
No related tags found
No related merge requests found
Pipeline #200238 passed
...@@ -30,6 +30,6 @@ rm -rf @SPHINX_TMP@/apidoc ...@@ -30,6 +30,6 @@ rm -rf @SPHINX_TMP@/apidoc
mkdir -p @SPHINX_TMP@/apidoc mkdir -p @SPHINX_TMP@/apidoc
@SPHINX_API_BIN@ -e -P -o @SPHINX_TMP@/apidoc @SPHINX_INPUT_HYSOP@ @SPHINX_API_BIN@ -e -P -o @SPHINX_TMP@/apidoc @SPHINX_INPUT_HYSOP@
## Fix the generated files : add path in Sphinx's conf.py seems not enough to find these hysop modules ## Fix the generated files : add path in Sphinx's conf.py seems not enough to find these hysop modules
# find @SPHINX_TMP@/apidoc -name '*.rst' -exec sed -i'' -E 's/(.. automodule:: )/\1hysop./g' '{}' \; find @SPHINX_TMP@/apidoc -name '*.rst' -exec sed -i'' -E 's/(.. automodule:: )/\1hysop./g' '{}' \;
## Doc pages build ## Doc pages build
@SPHINX_BIN@ -T -w @DOC_LOGS_DIR@/sphinx.log -b ${doc_type} -d @DOC_BUILD_DIR@/doctrees -c @SPHINX_CONFIG@ @SPHINX_TMP@ @SPHINX_OUTPUT@/${doc_type} > /dev/null 2>&1 @SPHINX_BIN@ -T -w @DOC_LOGS_DIR@/sphinx.log -b ${doc_type} -d @DOC_BUILD_DIR@/doctrees -c @SPHINX_CONFIG@ @SPHINX_TMP@ @SPHINX_OUTPUT@/${doc_type} > /dev/null 2>&1
Subproject commit 7aa54c8585a8003a65a656f4677233542bd147e9 Subproject commit 25b68d4183f634c10b9527bb215918ffc5f7e2b0
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