From 1625de0e932fa8419d7da079c206cf6bf6c71559 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 10 Oct 2018 23:08:42 +0900 Subject: doc/source/conf.py: Added `images` directory for statically included files --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1