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