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 4fac2bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -34,7 +34,7 @@
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 4fac2bd

Please sign in to comment.