From: Aric Gardner Date: Thu, 5 Sep 2019 22:39:31 +0000 (-0400) Subject: Stuff needed for read the docs builds X-Git-Tag: R2~26 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=inline;h=aa4e6de1f3106244b2dc285e1fb8b01006c505f9;p=portal%2Fric-dashboard.git Stuff needed for read the docs builds Signed-off-by: Aric Gardner Change-Id: I7e0aba09f1a88da0ba67615f31871634b045eb21 --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..7496bc45 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +--- +# pip requirements file for building sphinx docs (e.g. nbsphinx) +version: 2 + +sphinx: + configuration: docs/conf.py + +# Use python 3 for building +python: + version: 3.6 + install: + - requirements: docs/requirements-docs.txt diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt new file mode 100644 index 00000000..09a0c1cb --- /dev/null +++ b/docs/requirements-docs.txt @@ -0,0 +1,5 @@ +sphinx +sphinx-rtd-theme +sphinxcontrib-httpdomain +recommonmark +lfdocs-conf