Skip to content

Commit

Permalink
Merge pull request #789 from chrispyles/master
Browse files Browse the repository at this point in the history
fix docs build
  • Loading branch information
chrispyles committed Mar 9, 2024
2 parents ea762ea + 943e5b3 commit edbface
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def setup(app):
make_setup_sh_files()

with open("_static/grading-environment.yml", "w+") as f:
f.write(CondaEnvironment("3.9", False, [], False, None).to_str())
f.write(CondaEnvironment("3.9", False, [], False, None, False).to_str())

with open("_static/grading-environment-r.yml", "w+") as f:
f.write(CondaEnvironment("3.9", True, [], False, None).to_str())
f.write(CondaEnvironment("3.9", True, [], False, None, False).to_str())

0 comments on commit edbface

Please sign in to comment.