From c6209b05dab01c066bfaf4bca4914fd3f408a366 Mon Sep 17 00:00:00 2001 From: Antonio Augusto Alves Junior <aalvesju@gmail.com> Date: Mon, 7 Jun 2021 18:49:10 +0200 Subject: [PATCH] Update documentation/conf.py --- documentation/conf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/documentation/conf.py b/documentation/conf.py index 86fcd0f4b..7c7f2a7d1 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -16,11 +16,9 @@ read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True' if read_the_docs_build: - configureDoxyfile("Doxyfile.in", "Doxyfile") - # build doxygen documentation - subprocess.call('mkdir -p _build/workdir/doxygen; doxygen Doxyfile', shell=True) - html_extra_path = ['_build/workdir/'] + subprocess.call('mkdir -p _build/workdir/doxygen; doxygen Doxyfile', shell=True) + html_extra_path = ['_build/workdir/'] -- GitLab