From b6e80fd59986d6826d6c873ec9ed52a5b5650959 Mon Sep 17 00:00:00 2001 From: Sofiane HADDAD Date: Wed, 20 Mar 2024 23:06:26 +0100 Subject: [PATCH] clean --- doc/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 048675c..c4af880 100755 --- a/doc/conf.py +++ b/doc/conf.py @@ -33,9 +33,9 @@ ] sphinx_gallery_conf = { - 'examples_dirs': ['examples'], # path to example scripts - 'gallery_dirs': ['auto_examples'], # path to where to save gallery gen. output - 'show_signature': False, + 'examples_dirs': ['examples'], # path to example scripts + 'gallery_dirs': ['auto_examples'], # path to where to save gallery gen. output + 'show_signature': False, } autodoc_default_options = { @@ -62,7 +62,7 @@ extensions.append("matplotlib.sphinxext.plot_directive") intersphinx_mapping = { - "python": ("http://openturns.github.io/openturns/1.18", "openturns-objects.inv") + "python": ("http://openturns.github.io/openturns/1.22", "openturns-objects.inv") } autosummary_generate = True