From f5f235e3528b5f452b886a0228a127006b71f2f3 Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 13 Oct 2020 18:23:27 +0200 Subject: [PATCH] Update sphinx version --- docs/requirements.txt | 5 ++--- docs/source/_templates/package.rst_t | 2 +- docs/source/conf.py | 1 - evennia/VERSION.txt | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index fe5911a3a6..cba2a17f50 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,8 +1,7 @@ # requirements for building the docs -sphinx==2.4.4 -sphinx-multiversion==0.1.1 -sphinx-theme==1.0 +sphinx==3.2.1 +sphinx-multiversion==0.2.4 # lunr==0.5.8 # recommonmark custom branch with evennia-specific fixes diff --git a/docs/source/_templates/package.rst_t b/docs/source/_templates/package.rst_t index 1469b5805f..58f6b13570 100644 --- a/docs/source/_templates/package.rst_t +++ b/docs/source/_templates/package.rst_t @@ -7,7 +7,7 @@ {%- macro toctree(docnames) -%} .. toctree:: - :maxdepth: 6 + :maxdepth: {{ maxdepth }} {% for docname in docnames %} {{ docname }} {%- endfor %} diff --git a/docs/source/conf.py b/docs/source/conf.py index 3016036e46..f0f4ca0943 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,7 +7,6 @@ import os import sys import re -import sphinx_theme from recommonmark.transform import AutoStructify from sphinx.util.osutil import cd diff --git a/evennia/VERSION.txt b/evennia/VERSION.txt index ac39a106c4..b0bb878545 100644 --- a/evennia/VERSION.txt +++ b/evennia/VERSION.txt @@ -1 +1 @@ -0.9.0 +0.9.5