From c2e14993ee46d80b1df6520652a5deb1fd48eb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 7 Feb 2019 15:04:57 +0100 Subject: [PATCH] fix: Typo in sphinx config --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5b36714..10a7cea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -30,7 +30,7 @@ from recommonmark.parser import CommonMarkParser # ones. extensions = [ 'sphinx.ext.autodoc', - 'sphinx_autodoc_typehints' + 'sphinx_autodoc_typehints', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',