We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7ec8d commit bbec843Copy full SHA for bbec843
doc/api/conf.py
@@ -30,6 +30,8 @@
30
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
31
autoclass_content = 'both'
32
autodoc_default_flags = ['members', 'undoc-members', 'inherited-members']
33
+autodoc_member_order = 'bysource'
34
+
35
# Add any paths that contain templates here, relative to this directory.
36
templates_path = ['_templates']
37
@@ -94,7 +96,7 @@
94
96
95
97
# The theme to use for HTML and HTML Help pages. See the documentation for
98
# a list of builtin themes.
-html_theme = 'default'
99
+html_theme = 'classic'
100
101
# Theme options are theme-specific and customize the look and feel of a theme
102
# further. For a list of options available for each theme, see the
0 commit comments