Skip to content

Commit 346c36b

Browse files
fix doc building
1 parent 3bc652c commit 346c36b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guide/export.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ In order for this to work, you must convert (SB3 => ONNX => Tensorflow => Tensor
273273
The following is a simple example that showcases the full conversion + inference
274274

275275
.. code-block:: python
276+
276277
import torch as th
277-
278278
from stable_baselines3 import SAC
279279
280280
@@ -305,6 +305,7 @@ The following is a simple example that showcases the full conversion + inference
305305
)
306306
307307
.. code-block:: python
308+
308309
# Tested with python3.10
309310
# Then install these dependencies in a fresh env
310311
"""

0 commit comments

Comments
 (0)