jdillard / continuous-sphinx

An example of continuous integration and deployment of a sphinx project

Home Page:https://continuous-sphinx.netlify.com/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

continuous-sphinx

Build Status

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/

Installing Locally

  1. Set up a python virtual environment named venv.
  2. Activate the venv environment.
  3. Install the dependencies inside of it by running pip install -r requirements.txt.
  4. Run make html.

About

An example of continuous integration and deployment of a sphinx project

https://continuous-sphinx.netlify.com/en/latest/

License:MIT License


Languages

Language:Python 44.3%Language:HTML 39.4%Language:Shell 10.5%Language:Makefile 4.4%Language:CSS 1.4%