diff options
| author | michaeltchapman <woppin@gmail.com> | 2020-10-12 14:44:02 +1100 |
|---|---|---|
| committer | Michael Chapman <woppin@gmail.com> | 2020-10-13 12:52:46 +0000 |
| commit | 3648e2043ec7c0f8adb05f4ffa8a6acf5157145a (patch) | |
| tree | cd78c77d4f4d8197f2dde506d207f98e57805480 /doc/source/reference | |
| parent | 8f9c503ecc7f4fc8bd6cb2108256ba3e63bb3b73 (diff) | |
| download | python-designateclient-3648e2043ec7c0f8adb05f4ffa8a6acf5157145a.tar.gz | |
Fix doc reference builds
The api reference was broken some time around the stein release.
Moved conf options out of setup.cfg and into the doc conf.py, and added
an option to doc build to error on warnings so this doesn't happen
again without anyone noticing. The format is now similar to the
novaclient reference doc.
Change-Id: Ic9ed059521794acf1ac1a644096fdc10549fa91b
Diffstat (limited to 'doc/source/reference')
| -rw-r--r-- | doc/source/reference/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index 331be17..a2def4e 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -3,5 +3,6 @@ ================================== .. toctree:: + :maxdepth: 4 - api/autoindex + api/modules |
