Skip to content

Commit

Permalink
Remove Two Accidentally Committed Things
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Apr 10, 2024
1 parent 0e791e0 commit c4dbd3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/devguide/internet_enabled_rtps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Using the RtpsRelay
Sect<15.2.1>
Support for the RtpsRelay is activated via configuration.
See :cfg:sec:`rtps_discovery` and :cfg:sec:`transport@rtps_udp` for details.
See :cfg:sec:`rtps_discovery` and ``transport@rtps_udp`` for details.
As an example:

.. code-block:: ini
Expand Down
1 change: 0 additions & 1 deletion docs/sphinx_extensions/config_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def parse_sig(self, ctx, sig):

def create_signode(self, ctx, name, signode, arguments):
signode += addnodes.desc_name(name, name)
print(ctx.get(-2, 'sec_name'), name)
if arguments is not None:
text = '=' + arguments
signode += addnodes.desc_addname(text, text)
Expand Down

0 comments on commit c4dbd3b

Please sign in to comment.