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