Fix documentation tab set syncing (#2109)

This commit is contained in:
Alan Everett
2025-10-09 17:27:58 -04:00
committed by GitHub
parent e486ff5a50
commit 17c23b0390
13 changed files with 178 additions and 197 deletions

View File

@@ -75,15 +75,15 @@ If you would like to access your Ethernet-connected vision device from a compute
```{eval-rst}
.. tab-set-code::
.. code-block:: Java
.. code-block:: java
PortForwarder.add(5800, "photonvision.local", 5800);
.. code-block:: C++
.. code-block:: c++
wpi::PortForwarder::GetInstance().Add(5800, "photonvision.local", 5800);
.. code-block:: Python
.. code-block:: python
# Coming Soon!
```