diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index d34a282..26f078c 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -6,7 +6,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: usnistgov/NISTtheDocs2Death@0.4 + - uses: usnistgov/Docs4NIST@0.5 with: docs-folder: docs/ pages-branch: 'nist-pages' diff --git a/docs/environment_docs.yml b/docs/environment_docs.yml index 9817db9..fe914b6 100644 --- a/docs/environment_docs.yml +++ b/docs/environment_docs.yml @@ -4,19 +4,16 @@ channels: - conda-forge - defaults dependencies: - - python==3.9 + - python - cyrsoxs - # Workaround since github actions workflow with only conda solver was timing out - - pip - - pip: - - sphinx - - pydata-sphinx-theme==0.13.3 - - sphinx-design - - xarray - - jupyterlab - - numpy - - scipy - - pandas - - matplotlib - - scikit-image - - h5py \ No newline at end of file + - sphinx + - pydata-sphinx-theme==0.13.3 + - sphinx-design + - xarray + - jupyterlab + - numpy + - scipy + - pandas + - matplotlib + - scikit-image + - h5py