Skip to content

Commit

Permalink
Add stsci_rtd_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed Apr 26, 2019
1 parent 204da46 commit 9105a11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_automodapi.automodapi',
'sphinx_automodapi.automodsumm',
'sphinx.ext.autodoc',
'sphinx.ext.imgmath',
'nbsphinx',
'napoleon'
'napoleon',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ numpy>=1.16
pip==18.1
setuptools==40.9.0
sphinx>=2.0.1
stsci_rtd_theme==0.0.2

0 comments on commit 9105a11

Please sign in to comment.