Fix tutorials written in MarkDown not showing (#955)

This commit is contained in:
Manuel Goulão
2024-03-07 15:15:42 +00:00
committed by GitHub
parent 0d3fa09627
commit b8c542592d
2 changed files with 8 additions and 2 deletions

View File

@@ -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"),

View File

@@ -1,2 +1,7 @@
Gymnasium Basics
----------------
.. toctree::
:hidden:
/tutorials/gymnasium_basics/load_quadruped_model.md