This repository contains the source for the aiPhilos docs and tutorials located under docs.aiphilos.com, kindly hosted by ReadTheDocs. Pull requests welcome!
- Install Python
- Add Python to path
- Update pip:
python -m pip install --upgrade pip - Install dependencies:
pip install sphinx sphinx-autobuild sphinx_rtd_theme recommonmark - Clone repository:
git clone https://github.com/aiphilos/docs.git - Make your changes
- Build:
make htmlin the root folder (ormake.bat htmlon Windows) - Updated website HTML is now in
_build/
To clean up old caches, you can run make clean (or make.bat clean on Windows) before make html.
Feel free to contact us!