Skip to content

Commit

Permalink
doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lyon committed Oct 25, 2023
1 parent 6bd3614 commit fd1c2ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

# Mock imports for autodoc --- all packages your project uses that do not come pre-installed with python
autodoc_mock_imports = [
'tqdm'
'scipy'
'numpy'
'astropy'
'photutils'
'radio_beam'
'matplotlib'
'tqdm',
'scipy',
'numpy',
'astropy',
'photutils',
'radio_beam',
'matplotlib',
'sslf'
]

Expand Down

0 comments on commit fd1c2ef

Please sign in to comment.