kensho-technologies/graphql-compiler

Sphinx build raises warnings on master

Opened this issue · 0 comments

*** Running sphinx-build to test documentation... ***
/home/travis/virtualenv/python3.8.1/lib/python3.8/site-packages/sphinx/util/nodes.py:94: FutureWarning: 
   The iterable returned by Node.traverse()
   will become an iterator instead of a list in Docutils > 0.16.
  for classifier in reversed(node.parent.traverse(nodes.classifier)):
*** End of sphinx-build, exit: 0 ***

Perhaps sphinx needs to be upgraded to account for this?