Skip to content

Commit 9640b76

Browse files
Update for local documentation building.
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.
1 parent 78a3d2c commit 9640b76

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@
232232

233233

234234
# Example configuration for intersphinx: refer to the Python standard library.
235-
intersphinx_mapping = {'http://docs.python.org/': None}
235+
# intersphinx_mapping = {'http://docs.python.org/': None}

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
'flake8-quotes',
2323
'pytest',
2424
],
25+
'doc': [
26+
'catkin_sphinx',
27+
'sphinx'
28+
],
2529
},
2630
'author': 'Tully Foote, Ken Conley',
2731
'author_email': '[email protected]',

0 commit comments

Comments
 (0)