Skip to content

Commit

Permalink
ADD: Add ablog to docs using conda not pip (#1687)
Browse files Browse the repository at this point in the history
* ADD: Add ablog to docs using conda not pip

Install ablog in the environment using conda

* ADD: Add nbsphinx back in

* Update environment.yml
  • Loading branch information
mgrover1 authored Nov 14, 2024
1 parent 689eaa8 commit ceb34a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- cartopy
- cvxopt
- xarray>=2024.10.0
- sphinx<7.2
- sphinx==7.1.2
- ipython
- pandoc
- pkg-config
Expand All @@ -36,9 +36,9 @@ dependencies:
- mda-xdrlib
- xradar>=0.8.0
- dask
- ablog
- pip
- pip:
- pooch
- versioneer
- ablog
- -e ..
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"sphinx_copybutton",
"sphinx_gallery.gen_gallery",
"sphinx_design",
"nbsphinx",
"myst_nb",
"ablog",
]
Expand Down

0 comments on commit ceb34a7

Please sign in to comment.