diff options
author | David Bremner <david@tethera.net> | 2014-05-28 09:50:32 -0300 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-05-28 09:50:32 -0300 |
commit | 94064a6ba2f67005352915dc01c6eb0e19b761f9 (patch) | |
tree | 61f9fc6c78daafa39a93cdcd9336d246b240bd48 /doc | |
parent | ec020894331b0ef9b594cdc47f4b79abeda4f9cd (diff) | |
parent | 90f9a5e65e8dab3fad0a60530d3ffc582f1b1a93 (diff) |
Merge branch 'release'
A point release is slowly being built on branch release. Merge those
changes into master.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index a926fe42..70ba1b8a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -42,7 +42,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 = [] # Output file base name for HTML help builder. htmlhelp_basename = 'notmuchdoc' |