From bcc229fb2baf72a06779e5a8c5667b2ac78ec3ae Mon Sep 17 00:00:00 2001 From: Kathleen Labrie Date: Thu, 9 Jan 2025 14:22:51 -1000 Subject: [PATCH] fixes to sphinx conf.py. spotted through rtf failure. --- astrodata/doc/conf.py | 4 ++-- doc/DRAGONS/conf.py | 2 +- geminidr/doc/tutorials/F2Img-DRTutorial/conf.py | 4 ++-- geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py | 4 ++-- geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py | 2 +- geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py | 2 +- recipe_system/doc/rs_UsersManual/conf.py | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/astrodata/doc/conf.py b/astrodata/doc/conf.py index cee3fec35..ca7eeb1f9 100644 --- a/astrodata/doc/conf.py +++ b/astrodata/doc/conf.py @@ -119,8 +119,8 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { 'astropy': ('https://docs.astropy.org/en/stable/', None), - 'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), - 'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), + #'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), + #'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), 'matplotlib': ('https://matplotlib.org/', None), 'numpy': ('https://numpy.org/doc/stable/', None), 'python': ('https://docs.python.org/3', None), diff --git a/doc/DRAGONS/conf.py b/doc/DRAGONS/conf.py index 17a01e33e..b0f9c1605 100644 --- a/doc/DRAGONS/conf.py +++ b/doc/DRAGONS/conf.py @@ -268,7 +268,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} +intersphinx_mapping = {'python': ('http://docs.python.org/3', None)} # Activate the todos todo_include_todos = True diff --git a/geminidr/doc/tutorials/F2Img-DRTutorial/conf.py b/geminidr/doc/tutorials/F2Img-DRTutorial/conf.py index c88bb8ffd..199511000 100644 --- a/geminidr/doc/tutorials/F2Img-DRTutorial/conf.py +++ b/geminidr/doc/tutorials/F2Img-DRTutorial/conf.py @@ -217,8 +217,8 @@ intersphinx_mapping = { # 'astrodata': ('https://astrodata-user-manual.readthedocs.io/en/latest/', None), 'astropy': ('http://docs.astropy.org/en/stable/', None), - 'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), - 'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), + #'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), + #'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), 'matplotlib': ('https://matplotlib.org/', None), 'numpy': ('https://docs.scipy.org/doc/numpy/', None), 'python': ('https://docs.python.org/3', None), diff --git a/geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py b/geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py index e3dabd534..c3855183b 100644 --- a/geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py +++ b/geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py @@ -216,8 +216,8 @@ intersphinx_mapping = { # 'astrodata': ('https://astrodata-user-manual.readthedocs.io/en/latest/', None), 'astropy': ('http://docs.astropy.org/en/stable/', None), - 'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), - 'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), + #'gemini_instruments': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), + #'geminidr': ('https://dragons-recipe-system-programmers-manual.readthedocs.io/en/latest/', None), 'matplotlib': ('https://matplotlib.org/', None), 'numpy': ('https://docs.scipy.org/doc/numpy/', None), 'python': ('https://docs.python.org/3', None), diff --git a/geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py b/geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py index 705964288..a89a95b3c 100644 --- a/geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py +++ b/geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py @@ -205,7 +205,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'python': ('http://docs.python.org/3', None)} # ------ diff --git a/geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py b/geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py index a251c692c..938c5506c 100644 --- a/geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py +++ b/geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py @@ -207,7 +207,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'python': ('http://docs.python.org/3', None)} # ------ diff --git a/recipe_system/doc/rs_UsersManual/conf.py b/recipe_system/doc/rs_UsersManual/conf.py index 35d9144bb..87c8035d1 100644 --- a/recipe_system/doc/rs_UsersManual/conf.py +++ b/recipe_system/doc/rs_UsersManual/conf.py @@ -264,7 +264,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} +intersphinx_mapping = {'python': ('http://docs.python.org/3', None)} # Activate the todos todo_include_todos = True