stsci.sphinxext

Software Screenshot:
stsci.sphinxext
Software Details:
Version: 1.1
Upload Date: 11 May 15
Developer: Michael Droettboom
Distribution Type: Freeware
Downloads: 47

Rating: 2.0/5 (Total Votes: 1)

stsci.sphinxext contains Sphinx extensions to build documentation from STScI.

Usage

These instructions only cover changes from the standard Sphinx instructions.

Create a new tree for your Sphinx documentation, using sphinx_quickstart, as described in the Sphinx introduction.

Import the stsci_sphinx customizations into your project's conf.py by inserting the following line at the top:

from stsci.sphinxext.conf import *

The "extensions" line in your conf.py should also be modified so it doesn't override the extensions defined by stsci.sphinxext. For example, change:

extensions = ['sphinx.ext.autodoc']

to:

extensions += ['sphinx.ext.autodoc']

Also, comment out the 'html_theme' line, so your project will use the stsci.sphinxext one.

Requirements:

  • Python
  • Sphinx
  • numpydoc
  • Matplotlib

Similar Software

sphinxjp.shibukawa
sphinxjp.shibukawa

20 Feb 15

gir2rst
gir2rst

15 Apr 15

EazyText
EazyText

14 Apr 15

Okydoky
Okydoky

20 Feb 15

Other Software of Developer Michael Droettboom

stsci.sphinxex
stsci.sphinxex

11 May 15

Comments to stsci.sphinxext

Comments not found
Add Comment
Turn on images!