Sphinx: autosummary table order to follow autodoc_member_order

Created on 3 Sep 2018  路  1Comment  路  Source: sphinx-doc/sphinx

Subject: Request for autosummary order to follow autodoc_member_order config setting

Problem

  • Despite config.py with autodoc_member_order = 'bysource', autosummary sorts items alphabetically in each generated summary table.

Procedure to reproduce the problem

  1. Add autodoc_member_order = 'bysource' to config.py
  2. Run $ make html

Error logs / results

  • n/a

Expected results

Environment info

  • OS: Win10
  • Python version: 3.6
  • Sphinx version: 1.7.8
autosummary proposal

Most helpful comment

+1; but autosummary_member_order might be better.

>All comments

+1; but autosummary_member_order might be better.

Was this page helpful?
0 / 5 - 0 ratings