Skip to content

Commit

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


Update html title for torchrec page to accurately reflect the version

Differential Revision: D52631662
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Jan 9, 2024
1 parent 89569a8 commit 5051c0e
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 5051c0e

Please sign in to comment.