Skip to content

Commit

Permalink
wip: fix doc build
Browse files Browse the repository at this point in the history
sphinx-doc/sphinx#6237
sphinx-doc/sphinx@d34302a

Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
  • Loading branch information
tatianaleon committed Oct 30, 2020
1 parent 22a081d commit afe55ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/conf.py
Expand Up @@ -27,14 +27,15 @@

# If your documentation needs a minimal Sphinx version, state it here.
#needs_sphinx = '1.0'
needs_sphinx = '3.2.1'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinxcontrib.napoleon',
"sphinx.ext.napoleon",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,3 +1,2 @@
pyserial>=3
sphinxcontrib-napoleon
srp

0 comments on commit afe55ac

Please sign in to comment.