From 1783006775ad169ab4f96e7af5fc3f34a9d1d2bb Mon Sep 17 00:00:00 2001 From: selva <selvaganz1285@gmail.com> Date: Thu, 20 Oct 2022 10:48:56 +0530 Subject: [PATCH] Test for Website --- docs/source/conf.py | 2 +- docs/source/getting_started/Installation.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a696b0b..45ff6bb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,7 +64,7 @@ sphinx_tabs_valid_builders = ['linkcheck'] sphinx_tabs_disable_tab_closing = True -html_css_files=['./css/termynal.css'] +#html_css_files=['./css/termynal.css'] # html_js_files=['./js/termynal.js'] sphinx_tabs_disable_css_loading = True diff --git a/docs/source/getting_started/Installation.md b/docs/source/getting_started/Installation.md index 81b328a..40f7e0d 100644 --- a/docs/source/getting_started/Installation.md +++ b/docs/source/getting_started/Installation.md @@ -1,3 +1,5 @@ +<link rel="stylesheet" type="text/css" href="./../_static/./css/termynal.css" /> + # BiTIA Installation BiTIA CLI is the Command Line Interface Tool which helps in getting user inputs with commands, directories and required files. It sends tasks to the server, where bitia-runner processes them and generates results. @@ -7,7 +9,7 @@ BiTIA CLI is available on [PyPi] as [BiTIA]. Installing bitia is very simple, you only need to have [python-pip] installed in your system -<link type="text/css" href="./../_static/./css/termynal.css" /> + To Install **BiTIA** using pip, run this command: -- GitLab