diff --git a/docs/conf.py b/docs/conf.py index 27de1def..684c7297 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -90,6 +90,7 @@ exclude_patterns = ['_build'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' + # A list of ignored prefixes for module index sorting. # modindex_common_prefix = [] @@ -101,8 +102,9 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -#html_theme = 'default' -html_theme = 'nature' +html_theme = 'default' +#html_theme = 'nature' +using_rtd_theme=False # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the