From f6d2b9336f255b46c57901c47a1f324396234a29 Mon Sep 17 00:00:00 2001 From: Oliver Stocks <ojs1g14@soton.ac.uk> Date: Mon, 16 Jul 2018 15:47:06 +0100 Subject: [PATCH] added napoleon --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 0dcfb16..3cb18e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,6 +42,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.githubpages', + 'sphinx.ext.napoleon', ] # Add any paths that contain templates here, relative to this directory. -- GitLab