We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bd545 commit 09f5165Copy full SHA for 09f5165
docs/_scripts/gen_envs_mds.py
@@ -93,7 +93,7 @@ def get_docs_from_py(file_path):
93
full_env_names = [
94
full_name
95
for full_name in all_environments.keys()
96
- if env_name in full_name
+ if env_name == full_name.split("/")[1].rsplit("_", 1)[0]
97
]
98
env_name_version = full_env_names[0].split("/")[1]
99
if env_type == "classic" and env_name != "rps":
0 commit comments