[pytango] 86/98: Add build environment for readthedocs

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to tag v9.2.0
in repository pytango.

commit d07b567ab70341ba663becae19abc14b682df1b4
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Mon Aug 15 19:06:44 2016 +0200

    Add build environment for readthedocs
---
 doc/environment.yml | 6 ++++++
 readthedocs.yml     | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/doc/environment.yml b/doc/environment.yml
new file mode 100644
index 0000000..a739706
--- /dev/null
+++ b/doc/environment.yml
@@ -0,0 +1,6 @@
+name: py35
+dependencies:
+- python=3.5
+- numpy
+- gevent
+- graphviz
\ No newline at end of file
diff --git a/readthedocs.yml b/readthedocs.yml
new file mode 100644
index 0000000..d5794de
--- /dev/null
+++ b/readthedocs.yml
@@ -0,0 +1,2 @@
+conda:
+    file: doc/environment.yml
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list