Skip to content

Commit

Permalink
Fix btd (#273)
Browse files Browse the repository at this point in the history
* Fix buildthedocs file

* Build dirhtml

* Build to dirhtml
  • Loading branch information
dansondergaard committed Apr 16, 2020
1 parent c678ed2 commit 0c7d7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -41,4 +41,4 @@ def docs(session):
session.chdir("docs")
if os.path.exists("_build"):
shutil.rmtree("_build")
session.run("sphinx-build", "-b", "dirhtml", ".", "_build/html")
session.run("sphinx-build", "-b", "dirhtml", ".", "_build/dirhtml")

0 comments on commit 0c7d7dc

Please sign in to comment.