Skip to content

Commit

Permalink
Merge pull request #370 from shanosborne/fix-api
Browse files Browse the repository at this point in the history
Fix API not building in docs
  • Loading branch information
shanosborne authored Jun 23, 2020
2 parents cc70cb8 + a3e65a5 commit e83989c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


def setup(app):
app.add_stylesheet("stsci.css")
app.add_css_file("stsci.css")

conf.read([os.path.join(os.path.dirname(__file__), '..', 'setup.cfg')])
setup_cfg = dict(conf.items('metadata'))
Expand Down
2 changes: 0 additions & 2 deletions webbpsf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
except ImportError:
__version__ = ''

__all__ = ['__version__']

__minimum_python_version__ = "3.6"


Expand Down

0 comments on commit e83989c

Please sign in to comment.