cleaned sphinx conf file

This commit is contained in:
lrdossan 2024-12-02 11:35:01 +01:00
parent 1eee08dbc9
commit 1c3f0f5278

View file

@ -17,11 +17,8 @@ sys.path.insert(0, os.path.abspath('../../src/caimira/calculator'))
# -- Project information -----------------------------------------------------
project = 'CAiMIRA'
copyright = '2024, Andre Henriques et al.'
author = 'Andre Henriques et al.'
release = '1.0.0'
# -- General configuration ---------------------------------------------------
extensions = ['sphinx.ext.autodoc', 'sphinx_markdown_builder']