mirror of
https://github.com/fmtlib/fmt.git
synced 2026-05-05 20:14:11 +02:00
Specify python version in doc build script
Some distros changed their default to python3 causing it to fail.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# Build the documentation.
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
Reference in New Issue
Block a user