Update sphinx version
This commit is contained in:
parent
824b28f863
commit
f5f235e352
4 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.9.0
|
0.9.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue