diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-04 21:47:11 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-04 21:47:11 +0200 |
commit | 8b0aca770ad6089e759c22a6b69b97ba2623a195 (patch) | |
tree | 0a7ad9aaa2c0fe0ea6ee49347c76c6c13032ac12 /user_guide_src/source/conf.py | |
parent | fd24fa614885d6c89e19aecb09ae97f95dd3db57 (diff) | |
parent | 13e749db5c3cbf2f951347829265c51f8f8ecc34 (diff) |
Merge remote-tracking branch 'upstream/develop' into db-tests
Diffstat (limited to 'user_guide_src/source/conf.py')
-rw-r--r-- | user_guide_src/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/conf.py b/user_guide_src/source/conf.py index 593ceaf1c..e972a388b 100644 --- a/user_guide_src/source/conf.py +++ b/user_guide_src/source/conf.py @@ -121,7 +121,7 @@ html_theme_path = ["./_themes"] # 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. |