Skip to content

Commit

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

* Build dirhtml
  • Loading branch information
dansondergaard committed Apr 16, 2020
1 parent 4a591ad commit c678ed2
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", ".", "_build/html")
session.run("sphinx-build", "-b", "dirhtml", ".", "_build/html")

0 comments on commit c678ed2

Please sign in to comment.