Skip to content

Commit 1af6af9

Browse files
nikhilaravifacebook-github-bot
authored andcommitted
add docs/requirements.txt for readthedocs.io
Summary: Pull Request resolved: facebookresearch#5 Reviewed By: gkioxari Differential Revision: D19548185 Pulled By: nikhilaravi fbshipit-source-id: edc825d483a29f1a3311d46b4f349a6bc330c085
1 parent 349a499 commit 1af6af9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ def run_role(self, name, options=None, content=None):
8181
author = "facebookresearch"
8282

8383
# The short X.Y version
84-
version = "v0.1"
84+
version = "0.1"
8585

8686
# The full version, including alpha/beta/rc tags
87-
release = "v0.1"
87+
release = version
8888

8989
# -- General configuration ---------------------------------------------------
9090

docs/requirements.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
docutils>=0.14
2+
Sphinx>=1.7
3+
recommonmark==0.4.0
4+
sphinx_rtd_theme
5+
sphinx_markdown_tables
6+
mock

0 commit comments

Comments
 (0)