mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Update sphinx version
This commit is contained in:
parent
9d40e6c276
commit
fcb5026e0c
4 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue