mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 13:54:31 +00:00
Updating tutorials (#63)
This commit is contained in:
@@ -41,6 +41,7 @@ extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.githubpages",
|
||||
"myst_parser",
|
||||
"furo.gen_tutorials",
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
@@ -91,5 +92,6 @@ html_css_files = []
|
||||
# -- Generate Tutorials -------------------------------------------------
|
||||
|
||||
gen_tutorials.generate(
|
||||
os.path.dirname(__file__),
|
||||
os.path.join(os.path.dirname(__file__), "tutorials"),
|
||||
)
|
||||
|
Reference in New Issue
Block a user