update sphinx docs

This commit is contained in:
Michael Davidsaver
2019-08-30 19:55:06 -07:00
parent 89ee280cd0
commit 62204d06d9
5 changed files with 50 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXBUILD = $(PYTHON) -m sphinx
PAPER =
BUILDDIR = _build

View File

@ -91,7 +91,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'alabaster'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@ -248,7 +248,7 @@ texinfo_documents = [
epub_title = u'pyDevSup'
epub_author = u'Michael Davidsaver'
epub_publisher = u'Michael Davidsaver'
epub_copyright = u'2013, Michael Davidsaver'
epub_copyright = u'2019, Michael Davidsaver'
# The language of the text. It defaults to the language option
# or en if the language is not set.

View File

@ -8,7 +8,7 @@ pydevsup documentation
*pyDevSup* is a means of writing EPICS device support code in Python.
It currently supports EPICS >=3.14.11 and python versions: 2.6, 2.7, and 3.2.
It currently supports EPICS >=3.14.12 and python versions: 2.7, and >=3.2.
The numpy package is also required.
The source can be found at http://github.com/mdavidsaver/pyDevSup