From c6288fa179d3f221651855bacf445a8286709def Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 7 Aug 2019 23:53:48 +0200 Subject: [PATCH] Add .readthedocs.yml --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..af9fedc --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,2 @@ +python: + setup_py_install: true -- GitLab