4 Commits

Author SHA1 Message Date
Dougal Matthews
540f8d67e7 Remove the invalid toctree
The reference to v2/index doesn't exist, causing the build to fail.
Given the api-ref documentation is currently empty, removing the toctree
wont cause any issues.

This makes the build green (test with `tox -e api-ref`), which will allow CI to
be enabled which may help further work on the api-ref.

Change-Id: I9893c3f629255ae2ae879a60fa341e3775b426ed
2018-01-31 04:16:42 +00:00
Dougal Matthews
0aaa43b469 Disable the wsme Sphinx extension from the API ref docs
This causes the following error:

    while setting up extension wsmeext.sphinxext: directive 'autoattribute' is
    already registered, it will be overridden

Change-Id: I22af68e8a455dd5b71ee427c81ae99f3d1391195
2018-01-26 08:34:53 +00:00
Sharat Sharma
daf75c2852 Fix doc generation for python 3
The html_last_updated_fmt option is interpeted as a byte string in
python3, make it utf-8 string.

Change-Id: I7ba038ea1bca354681f973d68c06eb3c4bfa6e29
2017-05-23 14:38:54 +00:00
Sharat Sharma
51279dd862 Initial commit for mistral api-ref
This adds the repo for api-ref for mistral api reference. The api
can be documented in the files added.

Change-Id: I624abe6caee01e577ff8cda1660cbd8722856135
Partial-Implements: blueprint mistral-api-ref
2017-01-11 18:19:39 +05:30