Skip to content

Commit

Permalink
fixes to sphinx conf.py. spotted through rtf failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed Jan 10, 2025
1 parent e383e07 commit bcc229f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions astrodata/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion doc/DRAGONS/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions geminidr/doc/tutorials/F2Img-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
4 changes: 2 additions & 2 deletions geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)}

# ------

Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)}

# ------

Expand Down
2 changes: 1 addition & 1 deletion recipe_system/doc/rs_UsersManual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcc229f

Please sign in to comment.