From ed3c0bb0fe3757946628aab3b826d05af3fb72bd Mon Sep 17 00:00:00 2001 From: Kevin Cheung Date: Thu, 13 Jul 2023 22:53:24 +0000 Subject: [PATCH 1/2] Use site-relative link for refdoc CSS --- docs/theme/devsite_sphinx_theme/layout.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/theme/devsite_sphinx_theme/layout.html b/docs/theme/devsite_sphinx_theme/layout.html index 4f76dcd..2e0634a 100755 --- a/docs/theme/devsite_sphinx_theme/layout.html +++ b/docs/theme/devsite_sphinx_theme/layout.html @@ -14,8 +14,7 @@ - - + {%- block header %}{% endblock %} From 15f011160423ca2064ee6fefc7e745a01df374ab Mon Sep 17 00:00:00 2001 From: Kevin Cheung Date: Thu, 13 Jul 2023 23:26:00 +0000 Subject: [PATCH 2/2] Don't add index to toc --- docs/generate.sh | 2 -- docs/theme/devsite_sphinx_theme/layout.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/generate.sh b/docs/generate.sh index e984e05..feeaf43 100755 --- a/docs/generate.sh +++ b/docs/generate.sh @@ -186,8 +186,6 @@ cp _build/objects.inv "$OUTDIR" TOC="$OUTDIR"/_toc.yaml cat >"$TOC" <>"$TOC" diff --git a/docs/theme/devsite_sphinx_theme/layout.html b/docs/theme/devsite_sphinx_theme/layout.html index 2e0634a..77ce471 100755 --- a/docs/theme/devsite_sphinx_theme/layout.html +++ b/docs/theme/devsite_sphinx_theme/layout.html @@ -14,7 +14,7 @@ - + {%- block header %}{% endblock %}