From afe55ac1191863e442baf77f012f0e4a18ec2003 Mon Sep 17 00:00:00 2001 From: Tatiana Leon Date: Thu, 29 Oct 2020 16:35:33 +0100 Subject: [PATCH] wip: fix doc build https://github.com/sphinx-doc/sphinx/pull/6237 https://github.com/sphinx-doc/sphinx/commit/d34302a41514f82075dea8d1e6b1088f6e57768a Signed-off-by: Tatiana Leon --- doc/conf.py | 3 ++- requirements.txt | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 2998545..510c506 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -27,6 +27,7 @@ # 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 @@ -34,7 +35,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