From e16d3da41b6b638c70f56fc02b642f16541a280f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20S=C3=A1nchez=20de=20Le=C3=B3n=20Peque?= Date: Tue, 19 Feb 2019 00:32:36 +0100 Subject: [PATCH] Add Read the Docs configuration file --- .readthedocs.yaml | 3 +++ environment.yml | 1 + 2 files changed, 4 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..89047f78 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,3 @@ +version: 2 +conda: + environment: environment.yml diff --git a/environment.yml b/environment.yml index 0cd899cd..8ad702e5 100644 --- a/environment.yml +++ b/environment.yml @@ -4,6 +4,7 @@ channels: - dlr-sc - oce - pythonocc + - tpaviot dependencies: - python=3.6 - pythonocc-core=0.18.2