Skip to content

Commit

Permalink
Trying to determine why documentation import fails
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-harter committed Feb 9, 2022
1 parent ca1b8c7 commit b9ad33d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ python:
path: .
extra_requirements:
- docs
- xarray
- astropy
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/3': None}
autodoc_mock_imports = ['xarray', 'astropy']

0 comments on commit b9ad33d

Please sign in to comment.