diff --git a/doc/conf.py b/doc/conf.py index 30b2b25..64362d8 100755 --- a/doc/conf.py +++ b/doc/conf.py @@ -33,19 +33,9 @@ ] sphinx_gallery_conf = { - "examples_dirs": ["examples"], # path to - # example scripts - "gallery_dirs": ["auto_example"], - "filename_pattern": "/plot_", - "run_stale_examples": True, + "examples_dirs": ["examples"], # path to example scripts + "gallery_dirs": ["auto_example"], # path to where to save gallery gen. output "show_signature": False, - # directory where function/class granular galleries are stored - "backreferences_dir": "gen_modules/backreferences", - # Modules for which function/class level galleries are created. - "doc_module": ("openturns"), - # objects to exclude from implicit backreferences. The default option - # is an empty set, i.e. exclude nothing. - "exclude_implicit_doc": {}, } autodoc_default_options = { @@ -91,7 +81,7 @@ # General information about the project. project = u"ottemplate" -copyright = u"2005-2023 Airbus-EDF-IMACS-ONERA-Phimeca" +copyright = u"2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents.