summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHiroki KIYOHARA <hirokiky@gmail.com>2016-12-12 18:54:51 +0900
committerHiroki KIYOHARA <hirokiky@gmail.com>2016-12-12 18:54:51 +0900
commit445581612d30deebcf1554fced7693de434027a7 (patch)
treebc6aa69ef1256ee54279603cb2632ae6c8c4fa0f /docs
parentc154f9e4dac6bc73b92187cbc0299d41767c7792 (diff)
downloadwebtest-445581612d30deebcf1554fced7693de434027a7.tar.gz
Fixed not to specify _static dir on conf.py
This document does not include any static files, so this setting is not necessary. And it will raise error without actual _static directory in docs root.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d8c8816..268326f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -124,7 +124,7 @@ html_theme = 'nature'
# 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 = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.