Blob Blame History Raw
From 4885c797ba095057487dc586ca62c970ed473cf5 Mon Sep 17 00:00:00 2001
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur@gmail.com>
Date: Mon, 19 Nov 2018 20:09:52 +0000
Subject: [PATCH] Remove sphinx-contrib-napoleon

From sphinx 1.3 onwards, this comes with sphinx itself.
https://pypi.org/project/sphinxcontrib-napoleon/
---
 dev_requirements.txt | 3 +--
 docs/conf.py         | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev_requirements.txt b/dev_requirements.txt
index 2f23d32f6..36a0537db 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -1,5 +1,4 @@
-Sphinx
-sphinxcontrib-napoleon
+Sphinx >= 1.3
 setuptools >=38.6.0
 twine >=1.11.0
 wheel >=0.31.0
diff --git a/docs/conf.py b/docs/conf.py
index 88d4dbfc1..a566c36a7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,7 +41,7 @@
     'sphinx.ext.todo',
     'sphinx.ext.coverage',
     'sphinx.ext.mathjax',
-    'sphinxcontrib.napoleon'
+    'sphinx.ext.napoleon',
 ]
 
 mathjax_path = ('https://cdnjs.cloudflare.com'