Skip to content

Commit

Permalink
Adding config for multiple versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Jul 17, 2023
1 parent 1d633d5 commit c697cf9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,21 @@
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'sphinx.ext.intersphinx',
'sphinx_multiversion',
'sphinxcontrib.jquery'
]

# html_sidebars = {
# '**': [
# 'versions.html',
# ],
# }
# Whitelist pattern for tags (set to None to ignore all tags)
smv_tag_whitelist = None

# Whitelist pattern for branches (set to None to ignore all branches)
smv_branch_whitelist = r'^.*$'

napoleon_use_rtype = False
viewcode_import = True
numpydoc_show_class_members = True
Expand Down

0 comments on commit c697cf9

Please sign in to comment.