Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python:
- method: pip
path: .
extra_requirements:
- python-casacore
- casacore

# Configuration for Sphinx documentation
sphinx:
Expand Down
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@

nitpicky = True

# Ignore nitpicky warnings related to Python built-ins and the like
# (https://stackoverflow.com/questions/11417221/sphinx-autodoc-gives-warning-pyclass-reference-target-not-found-type-warning)
# (https://bugs.python.org/issue11975)
nitpick_ignore = [("py:class", "optional")]

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"astropy": ("https://docs.astropy.org/en/stable", None),
Expand Down
Loading