From e2e37d3d9fe9e4695ff06eab0781f01ecc400dc1 Mon Sep 17 00:00:00 2001 From: Adriano Garcia Date: Mon, 23 May 2022 15:31:16 -0300 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 746f68e..a807514 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,8 +6,8 @@ project = 'SPBench' copyright = '2021, Adriano M. Garcia' author = 'Adriano M.Garcia' -release = '0.2-Alpha' -version = '0.2.Alpha' +release = '0.3-Alpha' +version = '0.3.Alpha' # -- General configuration @@ -33,7 +33,7 @@ html_css_files = [ # -- Options for HTML output -html_theme = 'sphinx_rtd_theme' +# -- html_theme = 'sphinx_rtd_theme' # -- Options for EPUB output epub_show_urls = 'footnote' -- GitLab