Skip to content

Commit

Permalink
Merge pull request #361 from zacharyburnett/patch-1
Browse files Browse the repository at this point in the history
remove unsupported `system_packages` RTD config setting
  • Loading branch information
pllim authored Sep 6, 2023
2 parents d5feb4e + 398b554 commit 3f593fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ sphinx:
fail_on_warning: true

python:
system_packages: false
install:
- method: pip
path: .
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@
# -- Options for intersphinx --------------------------------------------------

intersphinx_mapping.update({
'astropy': ('https://docs.astropy.org/en/latest/', None),
'astropy': ('https://docs.astropy.org/en/stable/', None),
'stsynphot': ('https://stsynphot.readthedocs.io/en/latest/', None),
'specutils': ('https://specutils.readthedocs.io/en/latest/', None),
'dust-extinction': ('https://dust-extinction.readthedocs.io/en/latest/', None)})
'specutils': ('https://specutils.readthedocs.io/en/stable/', None),
'dust-extinction': ('https://dust-extinction.readthedocs.io/en/stable/', None)})

# -- Options for linkcheck output ---------------------------------------------
linkcheck_retry = 5
Expand All @@ -143,4 +143,4 @@
nitpicky = True
nitpick_ignore = [
('py:class', 'synphot.models.BaseGaussian1D'),
]
]

0 comments on commit 3f593fd

Please sign in to comment.