mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-13 09:36:32 +00:00
Fix incompatible between docutils 1.18.0 and sphinx 3.3.0 (#2575)
This commit is contained in:
parent
0697c5edb6
commit
6eaceb5f73
@ -26,6 +26,8 @@ def create_build_env(venv_dir='virtualenv'):
|
|||||||
pip = Pip(venv_dir)
|
pip = Pip(venv_dir)
|
||||||
pip.install('wheel')
|
pip.install('wheel')
|
||||||
pip.install('six')
|
pip.install('six')
|
||||||
|
# See: https://github.com/sphinx-doc/sphinx/issues/9777
|
||||||
|
pip.install('docutils==0.17.1')
|
||||||
pip.install('sphinx-doc/sphinx', 'v3.3.0')
|
pip.install('sphinx-doc/sphinx', 'v3.3.0')
|
||||||
pip.install('michaeljones/breathe', 'v4.25.0')
|
pip.install('michaeljones/breathe', 'v4.25.0')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user