From e77399263a5ad69856457a549af80b85aa43d7f1 Mon Sep 17 00:00:00 2001 From: Charles DELTEL Date: Fri, 6 Apr 2018 14:22:36 +0200 Subject: [PATCH] readthedocs --- .readthedocs.yml | 4 ++++ doc/environment.yml | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 .readthedocs.yml create mode 100644 doc/environment.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..84b7471 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,4 @@ +conda: + file: doc/environment.yml +python: + setup_py_install: true diff --git a/doc/environment.yml b/doc/environment.yml new file mode 100644 index 0000000..685f786 --- /dev/null +++ b/doc/environment.yml @@ -0,0 +1,5 @@ +name: splinart +dependencies: + - notebook + - sphinx + - nbsphinx