python-saharaclient/doc/ext
Thomas Goirand a54d235424 Fix build with Sphinx 1.7.x
In sphinx 1.7, the sphinx.util.compat.Directive class doesn't exist
anymore, it's available in docutils.parsers.rst.Directive instead,
and it was deprecated in Sphinx 1.6 already. This patch makes it
therefore work in both version 1.6 and 1.7 just by using the new
module path docutils.parsers.rst.Directive.

Change-Id: I2e05c1612c687c029174f045d3ea0fec83e1119a
2018-04-25 15:35:31 +02:00
..
__init__.py Adding sphinx extension for CLI docs autogeneration 2015-11-12 19:56:00 +00:00
cli.py avoid additional requirement for building docs 2016-06-16 14:22:04 +00:00
ext.py Fix build with Sphinx 1.7.x 2018-04-25 15:35:31 +02:00
parser.py avoid additional requirement for building docs 2016-06-16 14:22:04 +00:00