diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | doc/source/contributor/index.rst | 1 | ||||
| -rw-r--r-- | doc/source/index.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 1 |
4 files changed, 3 insertions, 2 deletions
@@ -16,7 +16,7 @@ ChangeLog dist # Doc related doc/build -doc/source/api/ +doc/source/contributor/api/ # Development environment files .project .pydevproject diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 4438f2ad..2aa9498f 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -14,3 +14,4 @@ specs/commands plugins humaninterfaceguide + api/modules diff --git a/doc/source/index.rst b/doc/source/index.rst index be421d20..3f63edb3 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -38,7 +38,6 @@ Contributor Documentation :maxdepth: 2 contributor/index - api/modules Project Goals ------------- @@ -701,6 +701,7 @@ autodoc_tree_excludes = openstackclient/volume/v3 openstackclient/tests/ openstackclient/tests/* +api_doc_dir = contributor/api [build_sphinx] builders = html,man |
