mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Use a working breathe version
This commit is contained in:
parent
55b6e92db5
commit
7a39837d96
@ -27,7 +27,7 @@ def create_build_env(venv_dir='virtualenv'):
|
|||||||
pip.install('wheel')
|
pip.install('wheel')
|
||||||
pip.install('six')
|
pip.install('six')
|
||||||
pip.install('sphinx-doc/sphinx', 'v3.3.0')
|
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):
|
def build_docs(version='dev', **kwargs):
|
||||||
doc_dir = kwargs.get('doc_dir', os.path.dirname(os.path.realpath(__file__)))
|
doc_dir = kwargs.get('doc_dir', os.path.dirname(os.path.realpath(__file__)))
|
||||||
|
Loading…
Reference in New Issue
Block a user