Update sphinx version

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

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