Skip to content
forked from sphinx-doc/sphinx

Main repository for the Sphinx documentation builder

License

Notifications You must be signed in to change notification settings

hypnocat/sphinx

This branch is 3 commits ahead of, 16473 commits behind sphinx-doc/sphinx:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
hypnocat
Apr 29, 2015
0c1136c · Apr 29, 2015
Mar 22, 2015
Apr 29, 2015
Apr 4, 2015
Mar 9, 2015
Jan 2, 2015
Mar 7, 2015
Mar 10, 2015
Mar 31, 2015
Mar 29, 2013
Mar 7, 2015
Jan 3, 2015
Aug 25, 2014
Oct 9, 2014
Apr 29, 2015
Mar 4, 2013
Dec 3, 2014
Mar 14, 2015
Mar 9, 2015
Jan 3, 2015
Jan 3, 2015
Jan 3, 2015
Jan 3, 2015
Mar 7, 2015
Mar 7, 2015

Repository files navigation

This is the fork of Sphinx documentation generator, see http://sphinx-doc.org/. In this version implemented proposal from https://github.com/sphinx-doc/issues/759.

Installing

Install from newest dev version in master branch:

pip install git+https://github.com/hypnocat/sphinx

Install from cloned source:

pip install .

Install from cloned source as editable:

pip install -e .

Reading the docs

After installing:

echo "autodoc_dumb_docstring=True" >> conf.py
cd doc
make html

Then, direct your browser to _build/html/index.html.

Or read them online at <http://sphinx-doc.org/>.

About

Main repository for the Sphinx documentation builder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.2%
  • JavaScript 4.0%
  • TeX 2.3%
  • HTML 1.5%
  • CSS 0.7%
  • Makefile 0.3%