From 1c3f0f527898040e735fb4f2b35e921201658474 Mon Sep 17 00:00:00 2001 From: lrdossan Date: Mon, 2 Dec 2024 11:35:01 +0100 Subject: [PATCH] cleaned sphinx conf file --- caimira/docs/sphinx/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/caimira/docs/sphinx/conf.py b/caimira/docs/sphinx/conf.py index a763660d..e7540e5b 100644 --- a/caimira/docs/sphinx/conf.py +++ b/caimira/docs/sphinx/conf.py @@ -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']