diff --git a/docs/conf.py b/docs/conf.py index 7428dd9dd..10e6bb948 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,8 +16,6 @@ import os import sys -import pytorch3d # isort: skip - import mock from recommonmark.parser import CommonMarkParser from recommonmark.states import DummyStateMachine @@ -55,11 +53,6 @@ def run_role(self, name, options=None, content=None): needs_sphinx = "1.7" -# The short X.Y version -version = pytorch3d.__version__ -# The full version, including alpha/beta/rc tags -release = version - try: import torch # noqa except ImportError: @@ -87,6 +80,9 @@ def run_role(self, name, options=None, content=None): copyright = "2019, facebookresearch" author = "facebookresearch" +# The short X.Y version +version = "v0.1" + # The full version, including alpha/beta/rc tags release = "v0.1"