From 1af6af9bc11d8c6d523e9a41d4f3c8c0aa3ad927 Mon Sep 17 00:00:00 2001 From: Nikhila Ravi Date: Thu, 23 Jan 2020 16:38:32 -0800 Subject: [PATCH] add docs/requirements.txt for readthedocs.io Summary: Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/5 Reviewed By: gkioxari Differential Revision: D19548185 Pulled By: nikhilaravi fbshipit-source-id: edc825d483a29f1a3311d46b4f349a6bc330c085 --- docs/conf.py | 4 ++-- docs/requirements.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 docs/requirements.txt diff --git a/docs/conf.py b/docs/conf.py index 10e6bb94..d1bd3357 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,10 +81,10 @@ copyright = "2019, facebookresearch" author = "facebookresearch" # The short X.Y version -version = "v0.1" +version = "0.1" # The full version, including alpha/beta/rc tags -release = "v0.1" +release = version # -- General configuration --------------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..90a6e21b --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,6 @@ +docutils>=0.14 +Sphinx>=1.7 +recommonmark==0.4.0 +sphinx_rtd_theme +sphinx_markdown_tables +mock