Skip to content

Commit

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

0 comments on commit fcb6ecb

Please sign in to comment.