From 9701b83553a29f0800d65834f7a09b80e44dca9e Mon Sep 17 00:00:00 2001 From: Ricardo Correa <47784603+ricardo-correa@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:02:24 +0000 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 5500730..d2f13aa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,8 +15,8 @@ copyright = "2023, ECMWF" author = "ECMWF" -release = "1.14" -version = "1.14" +release = "2.11" +version = "2.11" # -- General configuration @@ -38,7 +38,7 @@ # -- Options for HTML output -html_theme = "sphinx_rtd_theme" +# html_theme = "sphinx_rtd_theme" # -- Options for EPUB output epub_show_urls = "footnote"