Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2021
1 parent e1cdbd1 commit ac81fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

# Generate JS/CSS assets before running Sphinx on Read the Docs
if os.environ.get('READTHEDOCS') == 'True':
if os.environ.get("READTHEDOCS") == "True":
subprocess.run(
[
"npx",
Expand Down

0 comments on commit ac81fa8

Please sign in to comment.