From 112db3fb8ea8a52a97ea2b48bb88178a674af7ec Mon Sep 17 00:00:00 2001 From: Ulimo Date: Sun, 7 Mar 2021 17:01:34 +0100 Subject: [PATCH] Changed to read the docs theme This fixes #215 --- docs/requirements.txt | Bin 0 -> 2794 bytes docs/source/conf.py | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a58c247c4ef02a0f3cb1b26bf1bcad14d542658b GIT binary patch literal 2794 zcmbW3OK%!M5QOI(DL)0vEOrtfa!8I*ELrj?M=xN&=3!v*>&GXluZv+9upx@j+KB0{ zuI{ex*+0K;(m36uQqM9~sh<|ZOtF1{)hM_Qt&Mv}&ScMSb(@n$R z(UV6NmYs-nlFruWV<8X?6lYRLnFW`H5GHzZzGp&k9$hh==rdEkSS;2!Ff|u*;2frd zMpaxtu&{RZy6Ht+##_~G$GL0MQ;bSasYqtMOs(*66}IE{qK+$hjD)$|@NcUV@VZU( zsk_CAYLpvGYGvDjBHqYynC8NQ;qw+tBAa7v`6#T{4OUwf&y^jD(?lqR{)6Ps6hh#^ zipP;h(!o@*vr;aC`zY!?koPj8)G9+wX7WQP({v}_V&mOjW0U{A&Y$!wRi|-!+~i~Z zWE50ymUJ5(bvI~r))U33Cjt&u>ZQC<#Y(li*7sZalZi9TR%oY^131|S zQ-nN4b!FgFt}B=)sEDl0t9jlMLuP+pvs9tBXAYLqB6z5(-X2$qHc%D%Vp_=t3w+PF z{PS*V=0g>;+Tm0QpSgvT6_8nFOrpBWwzt+%us4zG2cuug zG>Q$C?eTdlTHe;^?J2rks%q$%39l#FwcU?L7kbjhK0`d*+h%_34iw4WF6GBAW#0Rd z;aJ~cOub=z+`kMQ@1>?^?r>e3-N=XU*W>=w=kY&T=e*sNw^LwSf-YX&&ulk?8y@i;; qmDsR%n4!+5_eE?#zwbTCuhb2a-`soy7@@{_5x)nq$Pqe?o%I*1UZ{Hj literal 0 HcmV?d00001 diff --git a/docs/source/conf.py b/docs/source/conf.py index d29f29b7..a9e80066 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,6 +14,8 @@ # import sys # sys.path.insert(0, os.path.abspath('.')) +import sphinx_rtd_theme + # -- Project information ----------------------------------------------------- @@ -28,6 +30,7 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ + "sphinx_rtd_theme" ] # Add any paths that contain templates here, relative to this directory. @@ -44,7 +47,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,