aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-05-28 09:50:32 -0300
committerGravatar David Bremner <david@tethera.net>2014-05-28 09:50:32 -0300
commit94064a6ba2f67005352915dc01c6eb0e19b761f9 (patch)
tree61f9fc6c78daafa39a93cdcd9336d246b240bd48 /bindings
parentec020894331b0ef9b594cdc47f4b79abeda4f9cd (diff)
parent90f9a5e65e8dab3fad0a60530d3ffc582f1b1a93 (diff)
Merge branch 'release'
A point release is slowly being built on branch release. Merge those changes into master.
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/docs/source/conf.py b/bindings/python/docs/source/conf.py
index 9db377f7..5107a96e 100644
--- a/bindings/python/docs/source/conf.py
+++ b/bindings/python/docs/source/conf.py
@@ -140,7 +140,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 = ['../html']
+html_static_path = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.