From 50d6eebcef8d23459fd8865d155cee0751317df6 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 29 Jun 2017 13:06:14 -0300 Subject: [doc] add readthedocs yaml config file --- .readthedocs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..5e398a28 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,8 @@ +requirements_file: docs/requirements.pip + +python: + pip_install: true + extra_requirements: + - client + - server + - signaling -- cgit v1.2.3