From bf1c0243cbb05526c1ce38ee4d4258547eb62d35 Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Thu, 8 Apr 2021 19:07:31 +0200 Subject: [PATCH] Automatic version parser for sphinx --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b0ac763..c41b55c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ import subprocess, os # Run doxygen first # read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True' # if read_the_docs_build: -# subprocess.call('doxygen doxyfile.doxy', shell=True) +subprocess.call('doxygen doxyfile.doxy', shell=True) # -- Project information ----------------------------------------------------- project = 'LwMEM'