diff --git a/doc/source/conf.py b/doc/source/conf.py index 167f10c54..67f480bc3 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -57,6 +57,7 @@ pygments_style = 'sphinx' # html_theme_path = ["."] # html_theme = '_theme' # html_static_path = ['static'] +html_theme_options = {'incubating': True} # Output file base name for HTML help builder. htmlhelp_basename = '%sdoc' % project