Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: Fix syntax error in docs/conf.py and update sphinx.ext.napoleon…
… import (#1084)

* Fix syntax error in function call

* Update sphinx.ext.napoleon import
  • Loading branch information
Aniket-Pradhan committed Jul 16, 2021
1 parent f052f60 commit 3e3fac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -37,7 +37,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinxcontrib.napoleon',
'sphinx.ext.napoleon',
'sphinxarg.ext',
'sphinx.ext.autosectionlabel'
]
Expand Down Expand Up @@ -280,4 +280,4 @@
#texinfo_no_detailmenu = False

def setup(app):
app.add_css_file()('sphinx-argparse.css')
app.add_css_file('sphinx-argparse.css')

0 comments on commit 3e3fac2

Please sign in to comment.