diff --git a/doc/conf.py b/doc/conf.py index 917c7d00..16f6c857 100755 --- a/doc/conf.py +++ b/doc/conf.py @@ -34,7 +34,7 @@ pygments_style = 'sphinx' html_theme = 'sphinx_rtd_theme' -html_theme_path = ["_templates", ] +# html_theme_path = ["_templates", ] # Output file base name for HTML help builder. htmlhelp_basename = 'php-openclouddoc'