Skip to content

Commit bbec843

Browse files
committed
API docs: Use source order, not alphabetical order, with methods. robotframework#2275
Also changed deprecated `default` theme to `classic`.
1 parent bf7ec8d commit bbec843

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
3131
autoclass_content = 'both'
3232
autodoc_default_flags = ['members', 'undoc-members', 'inherited-members']
33+
autodoc_member_order = 'bysource'
34+
3335
# Add any paths that contain templates here, relative to this directory.
3436
templates_path = ['_templates']
3537

@@ -94,7 +96,7 @@
9496

9597
# The theme to use for HTML and HTML Help pages. See the documentation for
9698
# a list of builtin themes.
97-
html_theme = 'default'
99+
html_theme = 'classic'
98100

99101
# Theme options are theme-specific and customize the look and feel of a theme
100102
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)