From 60fca8b8490faecafd2876f541b3a6af2cd77d4d Mon Sep 17 00:00:00 2001 From: zhurong Date: Fri, 3 Aug 2018 16:33:10 +0800 Subject: [PATCH] Fix Configuration Guide sample and policy conf can not found Change-Id: I319302e91dcfe7b22dc73fa6a48aaf86dc285bdb --- doc/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index fd32819f5..4cb38701c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -116,3 +116,8 @@ html_sidebars = { '**': ['localtoc.html', 'relations.html', 'searchbox.html', 'sourcelink.html'] } + +# 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']