Skip to content

Commit

Permalink
DOC: add autoapi
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Apr 13, 2021
1 parent 73b87ae commit d5d13fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'autoapi.extension',
'numpydoc',
'm2r2']
# Tell autoapi where the package is
autoapi_dirs = ['../pysatNASA']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['.templates']
Expand All @@ -56,7 +59,7 @@
# General information about the project.
project = 'pysatNASA'
authors = ', '.join(['Jeff Klenzing', 'Russell Stoneback', 'Jonathon Smith',
'Angeline G Burrell', 'Asher Pembroke', 'Carey Spance'])
'Angeline G Burrell', 'Asher Pembroke', 'Carey Spence'])
manual_copyright = ', '.join(['2021', authors])
title = 'pysatNASA Documentation'
description = 'Tools for NASA CDAWeb instruments.'
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pytest
pytest-cov
pytest-ordering
sphinx
sphinx-autoapi
sphinx_rtd_theme
numpydoc
ipython
Expand Down

0 comments on commit d5d13fd

Please sign in to comment.