diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-10 23:08:42 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-29 20:49:33 +0900 |
commit | 1625de0e932fa8419d7da079c206cf6bf6c71559 (patch) | |
tree | cda2db3c5003c468c29898ebc6262c08455228f2 /doc | |
parent | e97d2a7577cb7582dc1dc4606d4a089123ee9545 (diff) | |
download | buildstream-1625de0e932fa8419d7da079c206cf6bf6c71559.tar.gz |
doc/source/conf.py: Added `images` directory for statically included files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 5aaaed280..269053675 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -160,7 +160,7 @@ html_theme = 'sphinx_rtd_theme' # 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 = ['badges'] +html_static_path = ['badges', 'images'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied |