An example of continuous integration, using Travis-CI, and deployment, using Netlify, of a sphinx project. This is also reffered to as Docs as Code and DocOps.
The production version of the deployed site, as well as additional documentation on the process, can be viewed here: https://continuous-sphinx.netlify.com/en/latest/
- Set up a python virtual environment
named
venv
. - Activate the
venv
environment. - Install the dependencies inside of it by running
pip install -r requirements.txt
. - Run
make html
.