From b458029ce51428e96ab9a728250e23c1c247661f Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Wed, 13 Sep 2023 17:59:52 -0400 Subject: [PATCH] Update sphinx config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9251d5f1..42431581 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ highlight_language = 'python3' # If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = '1.7' +needs_sphinx = '3.0' # Extend astropy intersphinx_mapping with packages we use here intersphinx_mapping['photutils'] = ('https://photutils.readthedocs.io/en/stable/', None) # noqa: F405