mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 05:44:31 +00:00
Fix tutorials custom thumbnail path (#260)
This commit is contained in:
@@ -118,7 +118,9 @@ sphinx_gallery_conf = {
|
||||
"show_memory": False,
|
||||
"min_reported_time": float("inf"),
|
||||
"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 -------------------------------------------------
|
||||
|
Reference in New Issue
Block a user