Automatic version parser for sphinx

This commit is contained in:
Tilen Majerle 2021-04-08 19:07:31 +02:00
parent 628c9e3052
commit bf1c0243cb

View File

@ -19,7 +19,7 @@ import subprocess, os
# Run doxygen first # Run doxygen first
# read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True' # read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
# if read_the_docs_build: # if read_the_docs_build:
# subprocess.call('doxygen doxyfile.doxy', shell=True) subprocess.call('doxygen doxyfile.doxy', shell=True)
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'LwMEM' project = 'LwMEM'