Skip to content

Commit f48d431

Browse files
author
Thomas Preud'homme
committed
Install future before running sphinx
Fix Sphinx warning about lack of module named 'future' by making the installation of future a dependency of sphinx in tox.ini Reviewed By: danilaml Differential Revision: https://reviews.llvm.org/D95069
1 parent 4d2d4dc commit f48d431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ skip_install = true
3838
deps =
3939
sphinx<2.0.0
4040
sphinx_bootstrap_theme
41+
future
4142

4243
commands =
4344
make -C {toxinidir}/docs/ html

0 commit comments

Comments
 (0)