|
19 | 19 |
|
20 | 20 | # -- Project information ----------------------------------------------------- |
21 | 21 |
|
22 | | -project = "Universal Robots ROS 2 Documentation" |
| 22 | +project = "Universal Robots ROS 2 Driver Documentation" |
23 | 23 | copyright = "2024, Universal Robots A/S" |
24 | 24 | author = "Universal Robots A/S" |
25 | 25 |
|
|
141 | 141 | latex_documents = [ |
142 | 142 | ( |
143 | 143 | master_doc, |
144 | | - "ur_documentation.tex", |
145 | | - "ur\\_documentation Documentation", |
| 144 | + "ur_ros2_driver_documentation.tex", |
| 145 | + "UR ROS 2 Driver Documentation", |
146 | 146 | "Universal Robots A/S", |
147 | 147 | "manual", |
148 | 148 | ), |
|
153 | 153 |
|
154 | 154 | # One entry per manual page. List of tuples |
155 | 155 | # (source start file, name, description, authors, manual section). |
156 | | -man_pages = [(master_doc, "ur_documentation", "ur_documentation Documentation", [author], 1)] |
| 156 | +man_pages = [(master_doc, "ur_ros2_driverdocumentation", "UR ROS 2 Driver Documentation", [author], 1)] |
157 | 157 |
|
158 | 158 |
|
159 | 159 | # -- Options for Texinfo output ---------------------------------------------- |
|
164 | 164 | texinfo_documents = [ |
165 | 165 | ( |
166 | 166 | master_doc, |
167 | | - "ur_documentation", |
| 167 | + "ur_ros2_driver_documentation", |
168 | 168 | "ur_documentation Documentation", |
169 | 169 | author, |
170 | 170 | "ur_documentation", |
|
203 | 203 | html_context = { |
204 | 204 | "display_github": True, |
205 | 205 | "github_user": "UniversalRobots", |
206 | | - "github_repo": "Universal_Robots_ROS2_Documentation", |
| 206 | + "github_repo": "Universal_Robots_ROS_Documentation", |
207 | 207 | "github_version": repos_file_branch + "/", |
208 | 208 | "conf_py_path": "/", |
209 | 209 | "source_suffix": source_suffix, |
|
215 | 215 | 'css/ur_theme.css', |
216 | 216 | ] |
217 | 217 |
|
218 | | -github_url = "https://github.com/UniversalRobots/Universal_Robots_ROS2_Documentation" |
| 218 | +github_url = "https://github.com/UniversalRobots/Universal_Robots_ROS_Documentation" |
0 commit comments