summaryrefslogtreecommitdiffstats
path: root/llvm/docs/conf.py
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-04-19 20:20:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-04-19 20:20:34 +0000
commit46d611a22779aab1e861b4edcb5460947e0f63b5 (patch)
treea0d382d7659133ee41cd8a5229fde70e3cd99ac8 /llvm/docs/conf.py
parent39b8c3567a8689a2805b0b5673a0889f62974861 (diff)
downloadbcm5719-llvm-46d611a22779aab1e861b4edcb5460947e0f63b5.tar.gz
bcm5719-llvm-46d611a22779aab1e861b4edcb5460947e0f63b5.zip
[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.
llvm-svn: 155153
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r--llvm/docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py
index 324410ed561..4d433320c46 100644
--- a/llvm/docs/conf.py
+++ b/llvm/docs/conf.py
@@ -119,7 +119,7 @@ html_theme_path = ["."]
# 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.
OpenPOWER on IntegriCloud