diff --git a/docs/source/conf.py b/docs/source/conf.py index 746f68e6f882573a9b6d41f243ed8ba76dd770ef..a807514773dba733103289cb1235480123ecc750 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'