Skip to content

Commit

Permalink
Fixes bug when building docs from pull requests (#2810)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Jun 5, 2023
1 parent 302b028 commit 43493ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/sphinx_ext.py
Expand Up @@ -120,7 +120,6 @@ def _html_page_context(
if os.environ.get("TAG_VER", None) == "stable":
version = "stable"
context["version"] = version
context["stable"] = releases[0]
context["versions"] = ["latest", "stable"] + releases
context["concat_path"] = concat_path

Expand Down

0 comments on commit 43493ce

Please sign in to comment.