Skip to content

Commit

Permalink
update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm committed Apr 26, 2023
1 parent e1e1bb3 commit e581d6d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# -- Project information

project = 'parallelproj'
copyright = 'Unknown'
author = 'gschramm'
copyright = 'Georg Schramm'
author = 'Georg Schramm'

release = '0.1'
version = '0.1.0'
release = '1.3'
version = '1.3.0'

# -- General configuration

Expand All @@ -18,6 +18,8 @@
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode'
]

intersphinx_mapping = {
Expand All @@ -38,3 +40,6 @@
# napoleon options
napoleon_google_docstring = False
napoleon_numpy_docstring = True

autosummary_generate = True
autosummary_imported_members = True

0 comments on commit e581d6d

Please sign in to comment.