From 5735737ebb1e4ee5653990e155010816bba32ca3 Mon Sep 17 00:00:00 2001 From: nan-wang Date: Mon, 11 Mar 2024 16:03:36 +0800 Subject: [PATCH] fix(docs): remove dosqa --- docs/_templates/page.html | 23 ----------------------- docs/conf.py | 9 --------- 2 files changed, 32 deletions(-) diff --git a/docs/_templates/page.html b/docs/_templates/page.html index b15c95949..a0cf3054f 100644 --- a/docs/_templates/page.html +++ b/docs/_templates/page.html @@ -223,29 +223,6 @@ {% endif %} {% endblock right_sidebar %} - - - - - {%- endblock %} diff --git a/docs/conf.py b/docs/conf.py index 1093c3c30..5b60834c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,6 @@ ] html_js_files = [ 'https://cdn.jsdelivr.net/npm/vue@2/dist/vue.min.js', - 'https://cdn.jsdelivr.net/npm/qabot', 'source-in-links.js', ] htmlhelp_basename = slug @@ -251,11 +250,3 @@ def setup(app): ), ], ) - - app.add_config_value( - name='server_address', - default=os.getenv( - 'JINA_DOCSBOT_SERVER', 'https://jina-ai-finetuner.docsqa.jina.ai' - ), - rebuild='', - )