mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Fix documentation build
This commit is contained in:
@ -75,7 +75,7 @@ if build == 'Doc':
|
|||||||
# Print the output without the key.
|
# Print the output without the key.
|
||||||
print(p.communicate()[0].replace(os.environ['KEY'], '$KEY'))
|
print(p.communicate()[0].replace(os.environ['KEY'], '$KEY'))
|
||||||
if p.returncode != 0:
|
if p.returncode != 0:
|
||||||
raise CalledProcessError(p.returncode, cmd)
|
raise subprocess.CalledProcessError(p.returncode, cmd)
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
standard = os.environ['STANDARD']
|
standard = os.environ['STANDARD']
|
||||||
|
Reference in New Issue
Block a user