diff --git a/conda-env/dev.yml b/conda-env/dev.yml index 0cd7518c9..f50f0e41a 100644 --- a/conda-env/dev.yml +++ b/conda-env/dev.yml @@ -29,6 +29,16 @@ dependencies: - rasterio=1.3.6 - shapely=2.0.1 # ================== + # Documentation + # ================== + - sphinx=5.3.0 + - sphinx-autosummary-accessors=2022.4.0 + - sphinx-book-theme=1.0.1 + - sphinx-copybutton=0.5.1 + - nbsphinx=0.9.1 + - pandoc=3.1.1 + - ipython=8.11.0 # Required for nbsphinx syntax highlighting + # ================== # Testing # ================== - pre_commit=3.2.2