mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 22:04:31 +00:00
Fix tutorials written in MarkDown not showing (#955)
This commit is contained in:
@@ -130,6 +130,7 @@ sphinx_gallery_conf = {
|
||||
"ignore_pattern": r"__init__\.py",
|
||||
"examples_dirs": "./tutorials",
|
||||
"gallery_dirs": "./tutorials",
|
||||
"copyfile_regex": r"./tutorials/.*\.md",
|
||||
"show_signature": False,
|
||||
"show_memory": False,
|
||||
"min_reported_time": float("inf"),
|
||||
|
@@ -1,2 +1,7 @@
|
||||
Gymnasium Basics
|
||||
----------------
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
/tutorials/gymnasium_basics/load_quadruped_model.md
|
||||
|
Reference in New Issue
Block a user