diff --git a/doc/conf.py b/doc/conf.py index 2998545..026ea4e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. diff --git a/requirements.txt b/requirements.txt index 2f9b639..9e8c9f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ pyserial>=3 -sphinxcontrib-napoleon srp \ No newline at end of file