mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-22 07:02:19 +00:00
Fix tutorials custom thumbnail path (#260)
This commit is contained in:
@@ -118,7 +118,9 @@ sphinx_gallery_conf = {
|
|||||||
"show_memory": False,
|
"show_memory": False,
|
||||||
"min_reported_time": float("inf"),
|
"min_reported_time": float("inf"),
|
||||||
"filename_pattern": f"{re.escape(os.sep)}run_",
|
"filename_pattern": f"{re.escape(os.sep)}run_",
|
||||||
"default_thumb_file": "_static/img/gymnasium-github.png",
|
"default_thumb_file": os.path.join(
|
||||||
|
os.path.dirname(__file__), "_static/img/gymnasium-github.png"
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
# -- Generate Changelog -------------------------------------------------
|
# -- Generate Changelog -------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user