Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename doc-building action #11

Merged
merged 2 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
27 changes: 12 additions & 15 deletions docs/environment_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- sphinx
- pydata-sphinx-theme==0.13.3
- sphinx-design
- xarray
- jupyterlab
- numpy
- scipy
- pandas
- matplotlib
- scikit-image
- h5py
Loading