DAaaS Tech Updates github pages.
git clone [email protected]:ral-facilities/daaas-info.git
cd daaas-info`
python3 -m venv env`
source env/bin/activate`
pip3 install -r requirements.txt`
Only update the RST files in the source folder.
Follow RST file guidelines
make html
This will generate html files in docs folder.
By default, the generated html files would be in docs/html. The Makefile script moves them to docs folder to accommodate the github page settings.
After code pushed, the site should be automatically updated.
Check github page settings if anything unexpected.