From a0e4073cdf73d70203b0a023c7ef325d6d1189da Mon Sep 17 00:00:00 2001 From: selva <selvaganz1285@gmail.com> Date: Wed, 19 Oct 2022 14:38:28 +0530 Subject: [PATCH] update conf.py --- docs/source/conf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2885e1c..2a07325 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,10 +64,8 @@ sphinx_tabs_valid_builders = ['linkcheck'] sphinx_tabs_disable_tab_closing = True -# html_css_files=['https://gitlab.subcom.tech/bitia/bitia-cli/-/raw/5-enable-docs/docs/source/_static/css/termynal.css'] +html_css_files=['./css/termynal.css'] -# html_js_files=['./js/termynal.js'] +html_js_files=['./js/termynal.js'] sphinx_tabs_disable_css_loading = True -def setup(app): - app.add_css_file('https://gitlab.subcom.tech/bitia/bitia-cli/-/raw/5-enable-docs/docs/source/_static/css/termynal.css') -- GitLab