Skip to content

Commit

Permalink
remove "no-color"
Browse files Browse the repository at this point in the history
  • Loading branch information
joschkabirk committed Oct 9, 2022
1 parent 84116bb commit 5ec22c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx_build_multiversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def build_docs_version(version):

# build the docs for this version
run(
f"sphinx-build -b html --no-color docs/source docs/_build/html/{version}",
f"sphinx-build -b html docs/source docs/_build/html/{version}",
shell=True,
check=True,
)
Expand Down

0 comments on commit 5ec22c8

Please sign in to comment.