From 14dd2611eeda6d0f4b43a3cadf90ef3c64eb1d0f Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Sat, 16 Oct 2021 15:05:09 -0700 Subject: [PATCH] Remove version number from docs title Summary: Small docs fixes: spelling. Avoid things which get out of date quickly: year, version. Reviewed By: patricklabatut Differential Revision: D31659927 fbshipit-source-id: b0111140bdaf3c6cadc09f70621bf5656909ca02 --- README.md | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bc4b68a..01f34e3b 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ In alphabetical order: * Georgia Gkioxari * Taylor Gordon * Justin Johnson -* Patrick Labtut +* Patrick Labatut * Christoph Lassner * Wan-Yen Lo * David Novotny diff --git a/docs/conf.py b/docs/conf.py index 77d21fdb..5ae754c4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,11 +82,11 @@ for m in ["cv2", "scipy", "numpy", "pytorch3d._C", "np.eye", "np.zeros"]: # -- Project information ----------------------------------------------------- project = "PyTorch3D" -copyright = "2019, facebookresearch" +copyright = "Facebook Research" author = "facebookresearch" # The short X.Y version -version = "0.2.0" +version = "" # The full version, including alpha/beta/rc tags release = version