From 778c2765c8ea5c6628f6d668847f0b9ae06dbf3d Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Tue, 8 Nov 2016 02:00:28 +0100 Subject: Improve test framework documentation Change-Id: I06f0cbbbdd29e04a07f1db6807b3e16f1d41e8d2 Signed-off-by: Klement Sekera --- test/doc/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/doc/conf.py') diff --git a/test/doc/conf.py b/test/doc/conf.py index cec9ddee..96ea50fe 100644 --- a/test/doc/conf.py +++ b/test/doc/conf.py @@ -88,11 +88,11 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # The reST default role (used for this markup: `text`) to use for all # documents. # -# default_role = None +default_role = 'any' # If true, '()' will be appended to :func: etc. cross-reference text. # -# add_function_parentheses = True +add_function_parentheses = True # If true, the current module name will be prepended to all description # unit titles (such as .. function::). @@ -156,7 +156,7 @@ html_theme = 'alabaster' # 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 = [] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied -- cgit 1.2.3-korg