Closed svx closed 7 years ago
This can be fixed by removing the old warn method and use supress instead:
# -- General configuration ----------------------------------------------------
# 'monkey patch' sphinx to omit 'nonlocal image URI found' warnings
#import sphinx.environment
#from docutils.utils import get_source_line
#def _warn_node(self, msg, node):
# if not msg.startswith('nonlocal image URI found:'):
# self._warnfunc(msg, '%s:%s' % get_source_line(node))
#sphinx.environment.BuildEnvironment.warn_node = _warn_node
supress_warnings = ["nonlocal"]
The question is do we need that warning at all ?
In the meantime, sphinx 1.5 is out
Closing this, we are way behind of Sphnix versions anyway, still good to have this under closed issues, anyway :)
I am trying to update sphinx and this is failing with the following message:
Below the full output
buildout: