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