Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
sofianehaddad committed Mar 20, 2024
1 parent 3687773 commit b6e80fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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

Expand Down

0 comments on commit b6e80fd

Please sign in to comment.