dannguyen / sphinx-docs-hotttips

A Sphinx documentation site I've built for myself to practice and re-use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sphinx Documentation Hot Tips!

TKchange is added to conf.py and elsewhere to indicate changes from defaults.

Steps to build

$ cd docs
$ make html

To rebuild HTML from scratch (i.e. not just from un-modified files)

$ make html SPHINXOPTS='-E'

Steps to create from scratch

  1. Create project directory and change into it
  2. Run sphinx-quickstart
  3. Add _build/ to .gitignore

About

A Sphinx documentation site I've built for myself to practice and re-use.


Languages

Language:Shell 100.0%