diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000000000000000000000000000000000000..4c1a98986540e9689d769d9d014e41fa1eaf6082 --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,7 @@ +import sphinx_rtd_theme + +extensions = [ + 'sphinx_rtd_theme', +] + +html_theme = "sphinx_rtd_theme"