Skip to content

Commit eb4251a

Browse files
authored
Add in rolling logo. (ros2#1812)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent cfda3c7 commit eb4251a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ def smv_rewrite_configs(app, config):
266266
app.config.html_baseurl = app.config.html_baseurl + '/' + app.config.smv_current_version
267267
app.config.project = 'ROS 2 Documentation: ' + app.config.smv_current_version.title()
268268

269-
if app.config.smv_current_version not in ['rolling']:
270-
app.config.html_logo = 'source/Releases/' + app.config.smv_current_version + '-small.png'
269+
app.config.html_logo = 'source/Releases/' + app.config.smv_current_version + '-small.png'
271270

272271
# Override default values
273272
distro = app.config.smv_current_version

source/Releases.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Rows in the table marked in green are the currently supported distributions.
5858
.rst-content tr:nth-child(2) {background-color: #33cc66;}
5959
</style>
6060

61+
.. |rolling| image:: Releases/rolling-small.png
62+
:alt: Rolling logo
63+
6164
.. |galactic| image:: Releases/galactic-small.png
6265
:alt: Galactic logo
6366

source/Releases/rolling-small.png

29.3 KB
Loading

0 commit comments

Comments
 (0)