Skip to content

Getting started

Scott Charlton edited this page Sep 1, 2017 · 2 revisions

Sphinx Installation

using an Administrator Command Prompt:

pip install Sphinx
pip install sphinx_rtd_theme

Sphinx Installation (using a self-signed certificate)

using an Administrator Command Prompt:

pip --cert C:\Users\charlton\DOIRootCA.crt install Sphinx
pip --cert C:\Users\charlton\DOIRootCA.crt install sphinx_rtd_theme
Clone this wiki locally