Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-werner committed Aug 18, 2022
1 parent ac95973 commit 391e870
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.imgmath",
'sphinx.ext.napoleon',
"sphinx.ext.napoleon",
"sphinx.ext.autosummary",
"sphinxcontrib.bibtex",
"numpydoc",
Expand Down Expand Up @@ -273,7 +273,4 @@

# If true, do not generate a @detailmenu in the "Top" node's menu.
# texinfo_no_detailmenu = False

bibtex_bibfiles = [
'refs.bib'
]
bibtex_bibfiles = ["refs.bib"]

0 comments on commit 391e870

Please sign in to comment.