From 5df0e41823c34e61ca416678d0c1ebafb3110141 Mon Sep 17 00:00:00 2001 From: Myhs-phz Date: Thu, 3 Apr 2025 09:31:54 +0000 Subject: [PATCH] test --- docs/en/conf.py | 6 +++--- docs/zh_cn/conf.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/en/conf.py b/docs/en/conf.py index 150d5ca7..a0c89eb6 100644 --- a/docs/en/conf.py +++ b/docs/en/conf.py @@ -117,9 +117,9 @@ html_js_files = [ 'js/custom.js' ] -html_context = { - 'github_version': 'main', -} +# html_context = { +# 'github_version': 'main', +# } # -- Options for HTMLHelp output --------------------------------------------- diff --git a/docs/zh_cn/conf.py b/docs/zh_cn/conf.py index 2a5e3f59..35fca803 100644 --- a/docs/zh_cn/conf.py +++ b/docs/zh_cn/conf.py @@ -117,9 +117,9 @@ html_js_files = [ 'js/custom.js' ] -html_context = { - 'github_version': 'main', -} +# html_context = { +# 'github_version': 'main', +# } # -- Options for HTMLHelp output ---------------------------------------------