Skip to content

Commit

Permalink
Support linking to "stable" ESMValTool version on readthedocs (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela authored Nov 17, 2022
1 parent 89fbe93 commit 7b91ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# This is used for linking and such so we link to the thing we're building
rtd_version = os.environ.get("READTHEDOCS_VERSION", "latest")
if rtd_version not in ["latest", "doc"]: # TODO: add "stable" once we have it
if rtd_version not in ["latest", "stable", "doc"]:
rtd_version = "latest"

# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit 7b91ec8

Please sign in to comment.