From 371af4344dc03130439a2c7a67e34fa90447538d Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 22 Oct 2019 16:40:24 -0500 Subject: add pip requirements file for rtd read the docs requires a pip requirements file to build markdown files instead of the rst format. Signed-off-by: baude --- docs/rtd/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/rtd/requirements.txt (limited to 'docs/rtd') diff --git a/docs/rtd/requirements.txt b/docs/rtd/requirements.txt new file mode 100644 index 000000000..44af373ac --- /dev/null +++ b/docs/rtd/requirements.txt @@ -0,0 +1,4 @@ +# requirements file for readthedocs pip installs + +# use md instead of rst +recommonmark -- cgit v1.2.3-54-g00ecf