From d7ea44131532b6454c2ea25354c9d786f4ce0bba Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Sat, 3 Jun 2017 17:55:29 -0700 Subject: [PATCH] Added readthedocs yml files for building the docs with conda. --- readthedocs.yml | 2 ++ rtd-environment.yml | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 readthedocs.yml create mode 100644 rtd-environment.yml diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..9c53a33 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,2 @@ +conda: + file: rtd-environment.yml diff --git a/rtd-environment.yml b/rtd-environment.yml new file mode 100644 index 0000000..03e7949 --- /dev/null +++ b/rtd-environment.yml @@ -0,0 +1,12 @@ +name: opty-dev +channels: +- defaults +- conda-forge +dependencies: +- opty +- numpy +- scipy +- sympy +- cython +- cyipopt +- matplotlib