|
19 | 19 | # -- Project information -----------------------------------------------------
|
20 | 20 |
|
21 | 21 | project = 'Robotics Toolbox Python'
|
22 |
| -copyright = '2020, Jesse Haviland' |
23 |
| -author = 'Jesse Haviland' |
| 22 | +copyright = '2020, Jesse Haviland and Peter Corke' |
| 23 | +author = 'Jesse Haviland and Peter Corke' |
24 | 24 |
|
25 | 25 | print(__file__)
|
26 | 26 | # The full version, including alpha/beta/rc tags
|
|
67 | 67 | html_theme = 'sphinx_rtd_theme'
|
68 | 68 |
|
69 | 69 | html_theme_options = {
|
70 |
| - # 'logo': '../../../../figs/icon.png', |
71 |
| - # 'github_user': 'jhavl', |
72 |
| - # 'github_repo': 'roboticstoolbox', |
73 |
| - # 'logo_name': False, |
74 |
| - # 'description': 'Robotics Toolbox for Python', |
75 |
| - 'analytics_id': 'UA-102222819-4' |
| 70 | +'github_user': 'petercorke', |
| 71 | + #'github_repo': 'spatialmath-python', |
| 72 | + #'logo_name': False, |
| 73 | + 'logo_only': False, |
| 74 | + #'description': 'Spatial maths and geometry for Python', |
| 75 | + 'display_version': True, |
| 76 | + 'prev_next_buttons_location': 'both', |
| 77 | + 'analytics_id': 'G-11Q6WJM565', |
76 | 78 | }
|
77 |
| - |
| 79 | +html_logo = '../figs/RobToolBox_RoundLogoB.png' |
| 80 | +html_last_updated_fmt = '%d-%b-%Y' |
78 | 81 | show_authors = True
|
79 | 82 |
|
80 | 83 | # Add any paths that contain custom static files (such as style sheets) here,
|
|
0 commit comments