Use a working breathe version

This commit is contained in:
Victor Zverovich 2021-06-19 07:35:09 -07:00
parent 55b6e92db5
commit 7a39837d96

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.23.0')
pip.install('michaeljones/breathe', 'v4.16.0')
def build_docs(version='dev', **kwargs):
doc_dir = kwargs.get('doc_dir', os.path.dirname(os.path.realpath(__file__)))