The repository contains sources for the EPAM Lifesciences Open Source portal.
https://lifescience.opensource.epam.com
U=$UID docker-compose up
sh build.sh
To compile site install Sphinx
sudo pip install -r requirements.txt
and then run:
make html
Optionally you could also install the livereload package, run
python watch.py
and see how the documentation recompiles/updates as you modify sources.