Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed May 16, 2024
1 parent fe355ae commit a70d981
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'OpenAlea'
copyright = '2007 - 2021, OpenAlea Consortium'
copyright = '2007 - 2024, OpenAlea Consortium'
author = 'OpenAlea Consortium'

# The full version, including alpha/beta/rc tags
Expand All @@ -34,8 +34,17 @@

extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.doctest',
'sphinx.ext.graphviz',
'sphinx.ext.ifconfig',
'sphinx.ext.inheritance_diagram',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
'sphinx_rtd_theme',
'sphinx.ext.todo',
'sphinx.ext.viewcode'

]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit a70d981

Please sign in to comment.