diff options
author | Ross Barnowski <rossbar@berkeley.edu> | 2021-10-21 09:42:00 -0700 |
---|---|---|
committer | Ross Barnowski <rossbar@berkeley.edu> | 2021-10-21 09:42:00 -0700 |
commit | 303ad9d27aece9134d03a4f0e90ffb73ba1bfd3b (patch) | |
tree | 9e541be64624f38721fdf1bfaa367a1e85c149ff | |
parent | ba3664766d1f8c6b2521b82edd717a2f2be974f2 (diff) | |
download | numpy-303ad9d27aece9134d03a4f0e90ffb73ba1bfd3b.tar.gz |
MAINT: Add breathe to environment.yml
Should fix a few doc build warnings in the gitpod env.
-rw-r--r-- | environment.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml index 7c9d28449..6a13499e0 100644 --- a/environment.yml +++ b/environment.yml @@ -27,6 +27,7 @@ dependencies: - pandas - matplotlib - pydata-sphinx-theme + - breathe # For linting - pycodestyle=2.7.0 - gitpython |