summaryrefslogtreecommitdiff
path: root/source/conf.py
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-13 19:11:42 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-13 19:11:42 +0200
commitced9fca1ba6c20c7d142e3764fce8848535a484b (patch)
treef5871a3f3b25c30c74c2d671f77a36e5e56cd065 /source/conf.py
parentfdbdef1d9e02cb5dd9180eaac868c3bb374c8b87 (diff)
downloadgnunet-rest-api-ced9fca1ba6c20c7d142e3764fce8848535a484b.tar.gz
gnunet-rest-api-ced9fca1ba6c20c7d142e3764fce8848535a484b.zip
we have no static files
Diffstat (limited to 'source/conf.py')
-rw-r--r--source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/conf.py b/source/conf.py
index e2c37fd..f8cb651 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -85,7 +85,7 @@ html_theme = 'sphinx_rtd_theme'
85# Add any paths that contain custom static files (such as style sheets) here, 85# Add any paths that contain custom static files (such as style sheets) here,
86# relative to this directory. They are copied after the builtin static files, 86# relative to this directory. They are copied after the builtin static files,
87# so a file named "default.css" will overwrite the builtin "default.css". 87# so a file named "default.css" will overwrite the builtin "default.css".
88html_static_path = ['_static'] 88#html_static_path = ['_static']
89 89
90# Custom sidebar templates, must be a dictionary that maps document names 90# Custom sidebar templates, must be a dictionary that maps document names
91# to template names. 91# to template names.