From 61b58e1886b23cccdfa1a35f7de4323b20d47e30 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 13 Mar 2020 11:35:21 -0500 Subject: [PATCH] rtd-requirements: new file for readthedocs.org readthedocs.org needs to know which packages to install to build the docs. --- rtd-requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rtd-requirements.txt diff --git a/rtd-requirements.txt b/rtd-requirements.txt new file mode 100644 index 0000000..443bdca --- /dev/null +++ b/rtd-requirements.txt @@ -0,0 +1,5 @@ +# This file is strictly for building docs on readthedocs.org +# See pyproject.toml for local development +Sphinx==1.7.9 +sphinx-rtd-theme==0.4.3 +sphinxcontrib-contentui==0.2.2