Skip to content

Commit

Permalink
Fix string in invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed May 15, 2020
1 parent 15390cc commit c271a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def tag_dev(c):
def docbuild(c):
""" Build documentation. """
os.chdir("docs")
c.run(f"python -msphinx -W -b html -d _build/doctrees . _build/html")
c.run("python -msphinx -W -b html -d _build/doctrees . _build/html")


@task(docbuild)
Expand Down

0 comments on commit c271a61

Please sign in to comment.