summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-04-14 20:09:21 -0400
committerHynek Schlawack <hs@ox.cx>2015-04-14 20:09:21 -0400
commit4202f0d77c6610a3f758bb57e92ef95b445462e4 (patch)
tree2c26a5b501efc9825094756e323054a359cebabb
parent8adee5e7f8759886678ab83919d5956151e825f3 (diff)
downloadpyopenssl-4202f0d77c6610a3f758bb57e92ef95b445462e4.tar.gz
Fix error message about non-existent _static path
-rw-r--r--.gitignore1
-rw-r--r--doc/conf.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7b60bb0..de0c776 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ dist
*.pyo
__pycache__
.tox
+doc/_build/
diff --git a/doc/conf.py b/doc/conf.py
index 16289bb..b13925f 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -123,7 +123,7 @@ html_theme = 'default'
# 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']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.