diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-06-27 10:27:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-27 10:27:04 -0400 |
commit | 4763b94a693d3546fa6a069fd9e0629523535b18 (patch) | |
tree | db7ff720093b1dedca1bd6c425f0930c09a46d6b | |
parent | 99a355bb60bc6b55e378d63b99877ec8663ad0e8 (diff) | |
parent | 68705076b39bbb5e895fb44c739c3270f511a5df (diff) | |
download | astroconda-contrib-4763b94a693d3546fa6a069fd9e0629523535b18.tar.gz |
Merge pull request #229 from rendinam/sphinxcontrib_fix
Add preserve_egg_dir: True to allow build to succeed
-rw-r--r-- | sphinxcontrib-programoutput/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinxcontrib-programoutput/meta.yaml b/sphinxcontrib-programoutput/meta.yaml index 11a9d85..93c8a4d 100644 --- a/sphinxcontrib-programoutput/meta.yaml +++ b/sphinxcontrib-programoutput/meta.yaml @@ -10,6 +10,7 @@ about: build: number: {{ number }} + preserve_egg_dir: True package: name: {{ name }} |