From 4da179279279b1a1957162bcc1d28aac01ab65e7 Mon Sep 17 00:00:00 2001 From: straithe Date: Wed, 29 Dec 2021 17:57:02 -0500 Subject: [PATCH] Add doc files for reproducibility --- docs/.readthedocs.yaml | 11 +++++++++++ docs/requirements.txt | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 docs/.readthedocs.yaml create mode 100644 docs/requirements.txt diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml new file mode 100644 index 00000000..5918f7c8 --- /dev/null +++ b/docs/.readthedocs.yaml @@ -0,0 +1,11 @@ +build: + os: "ubuntu-20.04" + tools: + python: "3.9" + +sphinx: + configuration: conf.py + +python: + install: + - requirements: requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..46a98c4d --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,3 @@ +sphinx==1.8.5 +sphinx_rtd_theme==1.0.0 +readthedocs-sphinx-search==0.1.1 \ No newline at end of file