Skip to content

Commit

Permalink
fixing noxfile so docs build correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Sep 19, 2023
1 parent 394bf09 commit c561cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def docs(session):
session.install("sphinx")
session.install("sphinx_rtd_theme")
session.install("sphinxcontrib-bibtex")
session.run("cd docs/")
session.cd("docs/")
session.run("make html")

@nox.session
Expand Down

0 comments on commit c561cb7

Please sign in to comment.