mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
{%- macro toctree(docnames) -%}
|
||||
.. toctree::
|
||||
:maxdepth: 6
|
||||
:maxdepth: {{ maxdepth }}
|
||||
{% for docname in docnames %}
|
||||
{{ docname }}
|
||||
{%- endfor %}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
import os
|
||||
import sys
|
||||
import re
|
||||
import sphinx_theme
|
||||
from recommonmark.transform import AutoStructify
|
||||
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