diff --git a/docs/conf.py b/docs/conf.py
index bda3621..2fa867d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -54,7 +54,7 @@
 html_sidebars = {
     "**": [
         "sidebars/localtoc.html",
-        "sidebars/editlink.html",
+        "sidebars/edit-this-page.html",
         "sponsors.html",
         "sidebars/ethical-ads.html",
     ]
diff --git a/serve-doc.py b/serve-doc.py
index 80033ef..2bdf850 100644
--- a/serve-doc.py
+++ b/serve-doc.py
@@ -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/")