diff options
| author | Bhavuk kalra <bhavukkalra1786@gmail.com> | 2022-05-14 01:02:03 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-13 12:32:03 -0700 |
| commit | c83ceb2e9f357f876466d87e99feb983a82b08b9 (patch) | |
| tree | 8caebc35c632bf3f6061c61c02ed31d6add3a0ae | |
| parent | fd45ab90e9ce6f6724a57f215592fd3066a7436c (diff) | |
| download | numpy-c83ceb2e9f357f876466d87e99feb983a82b08b9.tar.gz | |
DEV: Add doxygen to environment.yml (#21502)
Fixes sphinx warnings when building docs in gitpod, should make dependency
management smoother for conda users.
| -rw-r--r-- | environment.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml index ded3b1a1d..263113c1f 100644 --- a/environment.yml +++ b/environment.yml @@ -29,6 +29,7 @@ dependencies: - pandas - matplotlib - pydata-sphinx-theme=0.8.1 + - doxygen # NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz - breathe!=4.33.0 # For linting |
