Skip to content

Instantly share code, notes, and snippets.

@moshez
Created March 3, 2015 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moshez/359101f0daa7ee798dae to your computer and use it in GitHub Desktop.
Save moshez/359101f0daa7ee798dae to your computer and use it in GitHub Desktop.
(env)moshez@mcgyver:~/src/temp$ cat build-cmd
sphinx-build -b html . _build/html
(env)moshez@mcgyver:~/src/temp$ cat index.rst
PROJECT-NAME-HERE
=================
.. toctree::
:maxdepth: 2
(env)moshez@mcgyver:~/src/temp$ cat conf.py
master_doc = 'index'
project = 'PROJECT'
copyright = '2015, YOUR NAME'
author = 'YOUR NAME'
version = release = '0.0.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment