Skip to content
/ continuous-sphinx Public template

An example of continuous integration and deployment of a sphinx project

License

Notifications You must be signed in to change notification settings

jdillard/continuous-sphinx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef35c80 · Aug 25, 2023

History

81 Commits
Aug 11, 2022
Aug 25, 2023
Jun 18, 2018
Aug 25, 2023
Dec 4, 2022
Sep 19, 2019
Mar 26, 2018
Sep 17, 2019
Dec 4, 2022
Jun 17, 2018
Aug 25, 2023
Mar 29, 2018

Repository files navigation

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.