mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 14:10:30 +00:00
Generate changelog (#257)
This commit is contained in:
@@ -43,6 +43,7 @@ extensions = [
|
||||
"sphinx.ext.githubpages",
|
||||
"myst_parser",
|
||||
"furo.gen_tutorials",
|
||||
"sphinx_github_changelog",
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
@@ -98,3 +99,7 @@ gen_tutorials.generate(
|
||||
os.path.dirname(__file__),
|
||||
os.path.join(os.path.dirname(__file__), "tutorials"),
|
||||
)
|
||||
|
||||
# -- Generate Changelog -------------------------------------------------
|
||||
|
||||
sphinx_github_changelog_token = os.environ.get("SPHINX_GITHUB_CHANGELOG_TOKEN")
|
||||
|
Reference in New Issue
Block a user