Skip to content

Commit

Permalink
Fix Github Page Title Version (pytorch#1616)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#1616

Update html title for torchrec page to accurately reflect the version

Reviewed By: henrylhtsang

Differential Revision: D52631662

fbshipit-source-id: 2bbe3bc64faa51c59042a6fa8f5362cf3fe06ae1
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Jan 9, 2024
1 parent fb41384 commit 02839f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import sys

import pytorch_sphinx_theme
import torchrec

current_dir = os.path.dirname(__file__)
target_dir = os.path.abspath(os.path.join(current_dir, "../.."))
Expand All @@ -34,7 +35,7 @@
author = "Meta"

# The full version, including alpha/beta/rc tags
release = "0.0.1"
release = torchrec.__version__


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

0 comments on commit 02839f8

Please sign in to comment.