diff --git a/docs/conf.py b/docs/conf.py index 9196915..984cf47 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,17 +31,4 @@ # This pattern also affects html_static_path and html_extra_path. exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] -autodoc_member_order = 'bysource' - - -# -- Options for HTML output ------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -# -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 = ['_static'] +autodoc_member_order = 'bysource' \ No newline at end of file