mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Fix docs build
This commit is contained in:
@ -24,6 +24,7 @@ def create_build_env(venv_dir='virtualenv'):
|
|||||||
# Install Sphinx and Breathe. Require the exact version of Sphinx which is
|
# Install Sphinx and Breathe. Require the exact version of Sphinx which is
|
||||||
# compatible with Breathe.
|
# compatible with Breathe.
|
||||||
pip = Pip(venv_dir)
|
pip = Pip(venv_dir)
|
||||||
|
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.23.0')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user