fix the autodoc instructions
Use autodoc_index_modules instead of autodoc_tree_index_modules so only one copy of the API docs are generated. Exclude the tests subpackage because it's not part of the Glance Python API. Exclude the glance.db.sqlalchemy subpackage to avoid issues caused when parts of it cannot be imported during the doc build because they rely on alembic setting up values that are not configured for a simple import. Change-Id: I127b812bc879fc39533b39df1785d93835142430 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
1c7f556d4f
commit
a2df410e76
@ -30,7 +30,7 @@ Developer reference
|
||||
database_migrations
|
||||
domain_model
|
||||
domain_implementation
|
||||
api/modules
|
||||
api/autoindex
|
||||
|
||||
Policies
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user