Skip to content

Instantly share code, notes, and snippets.

@agconti
Created December 4, 2015 18:12
Show Gist options
  • Save agconti/17d9ad4c0a42fb377494 to your computer and use it in GitHub Desktop.
Save agconti/17d9ad4c0a42fb377494 to your computer and use it in GitHub Desktop.

Setup docs

Create and activate a virtualenv:

virtualenv env
source env/bin/activate

Install dependencies:

pip install -r requirements.txt

Run the doc server:

mkdocs serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment