Skip to content

Commit

Permalink
Merge branch 'main' into small_kl_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vabor112 authored Jul 10, 2024
2 parents 4e2755f + 194fccb commit 097630f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'autoapi.extension',
'sphinx.ext.viewcode',
'sphinx.ext.duration',
'sphinx.ext.doctest',
Expand All @@ -45,7 +46,6 @@
]

# autoapi
extensions.append("autoapi.extension")
autoapi_dirs = ["../geometric_kernels"]
autodoc_typehints = 'description'
autodoc_typehints_format = 'short'
Expand Down

0 comments on commit 097630f

Please sign in to comment.