From 3aeb9b43f33a4843137a1448c4e3c642d4bdbcb7 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 19 Sep 2020 17:14:39 +0200 Subject: [PATCH] Add sphinx-theme dependence for docs --- docs/requirements.txt | 3 ++- docs/source/index.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1d25af7679..fe5911a3a6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,8 @@ sphinx==2.4.4 sphinx-multiversion==0.1.1 -lunr==0.5.8 +sphinx-theme==1.0 +# lunr==0.5.8 # recommonmark custom branch with evennia-specific fixes git+https://github.com/evennia/recommonmark.git@evennia-mods#egg=recommonmark diff --git a/docs/source/index.md b/docs/source/index.md index 263e241e76..69d53b54b2 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,3 +1,4 @@ + # VERSION WARNING > This is the experimental static v0.9 documentation of Evennia, _automatically_ generated from the