This commit is contained in:
Marc Beninca 2023-07-29 14:19:50 +02:00
parent 06b99b0007
commit c4b7341c9c

View file

@ -33,7 +33,7 @@ def main():
'-b', 'html',
'-D', 'project={}'.format(doc),
'-D', 'master_doc={}'.format('index'),
'-D', 'html_theme={}'.format('sphinx_rtd_theme'),
# '-D', 'html_theme={}'.format('sphinx_rtd_theme'),
# '-C',
'-c', directory,
os.path.join(directory, doc),