update sphinx docs
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
SPHINXBUILD = $(PYTHON) -m sphinx
|
||||
PAPER =
|
||||
BUILDDIR = _build
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user