From 43ab4aae64faa1f82a41831077f2659f9a07f1a2 Mon Sep 17 00:00:00 2001 From: GiulioRossetti Date: Mon, 13 May 2024 11:40:43 +0200 Subject: [PATCH] :memo: docs requirements update --- docs/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5fa3db7..b8f693a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,8 +82,8 @@ ] #sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) -html_theme = "sphinx_rtd_theme" -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] +#html_theme = "sphinx_rtd_theme" +#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme_options = { "collapse_navigation": False, @@ -142,9 +142,9 @@ # built documents. # # The short X.Y version. -version = "0.2.6" +version = "0.3.0" # The full version, including alpha/beta/rc tags. -release = "0.2.6" +release = "0.3.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -194,7 +194,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -# html_theme = 'alabaster' +html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the