From f5220b9f7c3d38a002ce8949cfa15ef03c7d1bba Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Wed, 8 Mar 2023 22:52:18 +0900 Subject: [PATCH] fix: documentation conf --- docs/conf.py | 2 +- serve-doc.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/")