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', '-b', 'html',
'-D', 'project={}'.format(doc), '-D', 'project={}'.format(doc),
'-D', 'master_doc={}'.format('index'), '-D', 'master_doc={}'.format('index'),
'-D', 'html_theme={}'.format('sphinx_rtd_theme'), # '-D', 'html_theme={}'.format('sphinx_rtd_theme'),
# '-C', # '-C',
'-c', directory, '-c', directory,
os.path.join(directory, doc), os.path.join(directory, doc),