yangify icon indicating copy to clipboard operation
yangify copied to clipboard

Support Sphinx >3.0.0

Open chadell opened this issue 5 years ago • 0 comments

Since Sphinx moved to 3.0.0, the current documentation build fails because:

/yangify/yangify/linter/__init__.py:docstring of yangify.linter.LinterResult.children:1:duplicate object description of yangify.linter.LinterResult.children, other instance in api/linter, use :noindex: for one of them
Makefile:62: recipe for target 'sphinx_test' failed

This new warning raised by Sphinx, also mentioned in https://github.com/googleapis/synthtool/issues/593, is due to the nested children.

I found this issue while working on https://github.com/networktocode/yangify/pull/36 and decided to leave the PR with Sphinx pinned to <3.0.0 and open this bug to track independently.

chadell avatar Dec 11 '20 11:12 chadell