Skip to content

Commit

Permalink
fix: documentation conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Mar 8, 2023
1 parent c1ecf1c commit f5220b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
html_sidebars = {
"**": [
"sidebars/localtoc.html",
"sidebars/editlink.html",
"sidebars/edit-this-page.html",
"sponsors.html",
"sidebars/ethical-ads.html",
]
Expand Down
2 changes: 1 addition & 1 deletion serve-doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

app = Server()
app.watch("docs", shell("make docs"), delay=2)
app.serve(root="build/_html")
app.serve(root="docs/_build/html/")

0 comments on commit f5220b9

Please sign in to comment.