diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-04-06 20:21:13 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-04-06 20:21:13 +0200 |
commit | 8e286e96af6f0487e9339d5d87c35a539a6879c6 (patch) | |
tree | 8e089bcb41f1d7cd81d2f1a9afe77ddd998e0ff9 /user_guide_src/source/conf.py | |
parent | 98350a59e21a7f5d38664a59170de91771c99a4b (diff) | |
parent | ea09a8a5552f2aacdeab0c88a605fe44047ebd0a (diff) |
Merge upstream branch
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. |