diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-01-07 20:43:06 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-01-07 20:43:06 +0000 |
commit | e3fc097b6ab0c7e62912219083c3a220879f3525 (patch) | |
tree | 6225f5f84e96337a179a6cd182ee8a55f36c3c2a /docs/conf.py | |
parent | a6a87f1e620c6cd8d9cfaba2861d525f6690e7ba (diff) |
[docs] Fix an inconsistent title level, and a sphinx warning.
- We don't need any static files currently, so drop that dir.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171787 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0c35fb103a..92741d2591 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -120,7 +120,7 @@ html_theme = 'haiku' # 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 = [] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. |