From 1d0bc0079377fc3586d173c4754ba930fac79287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Mac=C3=ADas=20Luna?= <lonoak@users.noreply.github.com> Date: Wed, 26 Feb 2020 12:25:07 +0100 Subject: [PATCH] Created conf.py with basic readthedocs configuration (#1293) --- docs/conf.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/conf.py diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 000000000..4c1a98986 --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,7 @@ +import sphinx_rtd_theme + +extensions = [ + 'sphinx_rtd_theme', +] + +html_theme = "sphinx_rtd_theme" -- GitLab