From aa4e6de1f3106244b2dc285e1fb8b01006c505f9 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 5 Sep 2019 18:39:31 -0400 Subject: [PATCH] Stuff needed for read the docs builds Signed-off-by: Aric Gardner Change-Id: I7e0aba09f1a88da0ba67615f31871634b045eb21 --- .readthedocs.yaml | 12 ++++++++++++ docs/requirements-docs.txt | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 .readthedocs.yaml create mode 100644 docs/requirements-docs.txt 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 -- 2.16.6