Description
sphinx.util.compat.Directive is deprecated and will be removed in Sphinx 1.7. We use it in doc/mongo_extensions.py. We'll have to find a workaround.
$ python setup.py doc
|
running doc
|
Running Sphinx v1.6.3
|
/usr/lib64/python3.4/site-packages/sphinx/util/compat.py:40: RemovedInSphinx17Warning: sphinx.util.compat.Directive is deprecated and will be removed in Sphinx 1.7, please use docutils' instead.
|
RemovedInSphinx17Warning)
|
...
|