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 # requirements for building the docs
sphinx==2.4.4 sphinx==3.2.1
sphinx-multiversion==0.1.1 sphinx-multiversion==0.2.4
sphinx-theme==1.0
# lunr==0.5.8 # lunr==0.5.8
# recommonmark custom branch with evennia-specific fixes # recommonmark custom branch with evennia-specific fixes

View file

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

View file

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

View file

@ -1 +1 @@
0.9.0 0.9.5