Skip to content

Commit

Permalink
code review: optimize some options
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Sep 30, 2024
1 parent 52aa602 commit 20c7761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/python/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
]

autodoc_class_signature = "separated"
# cf. https://github.com/tox-dev/sphinx-autodoc-typehints#options
autodoc_typehints = "none"
napoleon_use_rtype = True
always_use_bars_union = True

bibtex_bibfiles = ["../../biblio/bibliography.bib"]

Expand Down

0 comments on commit 20c7761

Please sign in to comment.