Skip to content

Commit

Permalink
Fix tutorials custom thumbnail path (openai#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoulao authored Jan 11, 2023
1 parent b34c25b commit dcb150e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@
"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 -------------------------------------------------
Expand Down

0 comments on commit dcb150e

Please sign in to comment.