Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed Nov 20, 2024
1 parent 5d7ad7e commit 632605a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ dummy_test.py
*.ipynb
.DS_Store
cmake-build-debug/
cmake_build_debug/
5 changes: 3 additions & 2 deletions docs/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ extensions = [

# Control napoleon
napoleon_google_docstring = False
napolean_include_init_with_doc = True
napoleon_numpy_docstring = True
napoleon_include_init_with_doc = True
napoleon_use_ivar = True
napoleon_use_param = False

Expand All @@ -61,7 +62,7 @@ templates_path = ["_templates"]
#
source_suffix = {
".rst": "restructuredtext",
".txt": "markdown",
# ".txt": "markdown",
".md": "markdown",
}

Expand Down

0 comments on commit 632605a

Please sign in to comment.