Update sphinx version

This commit is contained in:
Griatch 2020-10-13 18:23:27 +02:00
parent 824b28f863
commit f5f235e352
4 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -7,7 +7,7 @@
{%- macro toctree(docnames) -%}
.. toctree::
:maxdepth: 6
:maxdepth: {{ maxdepth }}
{% for docname in docnames %}
{{ docname }}
{%- endfor %}

View file

@ -7,7 +7,6 @@
import os
import sys
import re
import sphinx_theme
from recommonmark.transform import AutoStructify
from sphinx.util.osutil import cd

View file

@ -1 +1 @@
0.9.0
0.9.5