diff --git a/docs/source/conf.py b/docs/source/conf.py index ac823df745d83b9884a70537cded76f7e4477d83..2885e1cf1b33ecb47a103de3446a4aa88e2145d9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,7 +64,10 @@ sphinx_tabs_valid_builders = ['linkcheck'] sphinx_tabs_disable_tab_closing = True -html_css_files=['./css/termynal.css'] +# html_css_files=['https://gitlab.subcom.tech/bitia/bitia-cli/-/raw/5-enable-docs/docs/source/_static/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')