Skip to content

Commit

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

Differential Revision: D52631662
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Jan 9, 2024
1 parent 76e6c26 commit 5424d4a
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 5424d4a

Please sign in to comment.