This commit is contained in:
Ulrich Germann 2020-05-10 00:18:49 +01:00
Родитель caef0d518d
Коммит edc49531ca
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -52,4 +52,6 @@ html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']
master_doc = 'index'