From 43a3195458ee82bfb6929ec434050ac128a3fc11 Mon Sep 17 00:00:00 2001 From: Jean-Matthieu Etancelin <jean-matthieu.etancelin@univ-pau.fr> Date: Sat, 26 Oct 2024 22:51:34 +0200 Subject: [PATCH] re-enable sphinx apidoc tweak --- docs/config/gen_content.sh.in | 2 +- docs/hysop-doc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config/gen_content.sh.in b/docs/config/gen_content.sh.in index a9235c0bb..ffc160e45 100755 --- a/docs/config/gen_content.sh.in +++ b/docs/config/gen_content.sh.in @@ -30,6 +30,6 @@ rm -rf @SPHINX_TMP@/apidoc mkdir -p @SPHINX_TMP@/apidoc @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 -# 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 @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 diff --git a/docs/hysop-doc b/docs/hysop-doc index 7aa54c858..25b68d418 160000 --- a/docs/hysop-doc +++ b/docs/hysop-doc @@ -1 +1 @@ -Subproject commit 7aa54c8585a8003a65a656f4677233542bd147e9 +Subproject commit 25b68d4183f634c10b9527bb215918ffc5f7e2b0 -- GitLab