mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Fix docs: breathe 18 and earlier corrupts trailing return type
This commit is contained in:
parent
49a3b58c8b
commit
e5c46e13e8
@ -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__)))
|
||||
|
Loading…
Reference in New Issue
Block a user