Fix docs: breathe 18 and earlier corrupts trailing return type

This commit is contained in:
Victor Zverovich 2021-06-26 09:55:27 -07:00
parent 49a3b58c8b
commit e5c46e13e8

View File

@ -27,7 +27,7 @@ def create_build_env(venv_dir='virtualenv'):
pip.install('wheel')
pip.install('six')
pip.install('sphinx-doc/sphinx', 'v3.3.0')
pip.install('michaeljones/breathe', 'v4.16.0')
pip.install('michaeljones/breathe', 'v4.23.0')
def build_docs(version='dev', **kwargs):
doc_dir = kwargs.get('doc_dir', os.path.dirname(os.path.realpath(__file__)))