From 28a27916b14a6838981c2bd250a2707a22d37dcd Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 18 Jan 2021 18:29:42 +0100 Subject: [PATCH] Add sphinx_rtd_theme extension to sphinx --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b8aec72..532f91f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,6 +39,7 @@ 'sphinx.ext.viewcode', 'sphinx.ext.todo', 'sphinxcontrib_django', + 'sphinx_rtd_theme', ] # Add any paths that contain templates here, relative to this directory. @@ -81,4 +82,4 @@ # -- Options for todo extension ---------------------------------------------- # If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = True \ No newline at end of file +todo_include_todos = True