Skip to content

Commit 5843b70

Browse files
committed
Improve utility environment variable name consistency.
1 parent d024bd1 commit 5843b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def docs(ctx, html=True, pdf=True):
255255
Task success.
256256
"""
257257

258-
with ctx.prefix('export COLOUR_SCIENCE_DOCUMENTATION_BUILD=True'):
258+
with ctx.prefix('export COLOUR_SCIENCE__DOCUMENTATION_BUILD=True'):
259259
with ctx.cd('docs'):
260260
if html:
261261
message_box('Building "HTML" documentation...')

0 commit comments

Comments
 (0)