Skip to content

Commit

Permalink
conv. to conda only docs env
Browse files Browse the repository at this point in the history
  • Loading branch information
BijalBPatel committed Sep 25, 2023
1 parent 168aac6 commit a47199a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ jobs:
pages-url: 'https://pages.nist.gov'
formats: ''
build-html-command: make html
pip-requirements: 'docs/requirements_docs.txt'
conda-environment: 'environment.yml'
conda-environment: 'docs/environment_docs.yml'
19 changes: 19 additions & 0 deletions docs/environment_docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: nrss_docs

channels:
- conda-forge
- defaults
dependencies:
- python==3.9
- cyrsoxs
- xarray
- jupyterlab
- numpy
- scipy
- pandas
- matplotlib
- scikit-image
- h5py
- sphinx
- pydata-sphinx-theme
- sphinx-design
3 changes: 0 additions & 3 deletions docs/requirements_docs.txt

This file was deleted.

0 comments on commit a47199a

Please sign in to comment.