Skip to content

Commit

Permalink
Update for local documentation building.
Browse files Browse the repository at this point in the history
I had to comment out the example intersphinx mapping as None is
apparently no longer a valid map value.

I also attempted to use extras_require to specify documentation
dependencies which are probably incomplete but it was enough to build on
my machine.
  • Loading branch information
nuclearsandwich committed Aug 9, 2024
1 parent 78a3d2c commit 9640b76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,4 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
# intersphinx_mapping = {'http://docs.python.org/': None}
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
'flake8-quotes',
'pytest',
],
'doc': [
'catkin_sphinx',
'sphinx'
],
},
'author': 'Tully Foote, Ken Conley',
'author_email': '[email protected]',
Expand Down

0 comments on commit 9640b76

Please sign in to comment.