Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelMess committed Feb 5, 2025
1 parent c996fcf commit 701e825
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tf2_kdl/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ('http://docs.python.org/3', None),
"opencv": ('http://docs.opencv.org/3.0-last-rst', None),
"numpy": ('http://docs.scipy.org/doc/numpy', None)
'python': ('http://docs.python.org/3', None),
'opencv': ('http://docs.opencv.org/3.0-last-rst', None),
'numpy': ('http://docs.scipy.org/doc/numpy', None)
}
6 changes: 3 additions & 3 deletions tf2_ros/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ('http://docs.python.org/3', None),
"opencv": ('http://docs.opencv.org/3.0-last-rst', None),
"numpy": ('http://docs.scipy.org/doc/numpy', None)
'python': ('http://docs.python.org/3', None),
'opencv': ('http://docs.opencv.org/3.0-last-rst', None),
'numpy': ('http://docs.scipy.org/doc/numpy', None)
}

autoclass_content = "both"
2 changes: 1 addition & 1 deletion tf2_ros_py/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
# -- Options for intersphinx extension ---------------------------------------

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

# -- Options for todo extension ----------------------------------------------

Expand Down

0 comments on commit 701e825

Please sign in to comment.