-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #239 from UC-Davis-molecular-computing/dev
Dev
- Loading branch information
Showing
13 changed files
with
579 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
name: "Docs Check" | ||
on: pull_request | ||
|
||
|
@@ -8,25 +7,25 @@ jobs: | |
container: | ||
image: unhumbleben/nupack:latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v3 | ||
with: | ||
python-version: '3.9' | ||
- name: Upgrade pip | ||
run: python -m pip install --upgrade pip | ||
- name: Install NUPACK | ||
run: | | ||
python -m pip install -U nupack -f /nupack/package | ||
# got from here: https://github.com/marketplace/actions/python-dependency-installation | ||
# should install dependencies in requirements.txt | ||
- name: Install Python dependencies | ||
uses: py-actions/py-dependency-install@v2 | ||
- name: Install Sphinx | ||
run: | | ||
python -m pip install sphinx sphinx_rtd_theme | ||
- name: Move to docs folder and build | ||
run: | | ||
cd doc | ||
pwd | ||
sphinx-build -T -E -W -b html . _build | ||
- name: Upgrade pip | ||
run: python -m pip install --upgrade pip | ||
- name: Install NUPACK | ||
run: | | ||
python -m pip install -U nupack -f /nupack/package | ||
# got from here: https://github.com/marketplace/actions/python-dependency-installation | ||
# should install dependencies in requirements.txt | ||
- name: Install Python dependencies | ||
uses: py-actions/py-dependency-install@v2 | ||
- name: Install Sphinx | ||
run: | | ||
python -m pip install sphinx sphinx_rtd_theme | ||
- name: Move to docs folder and build | ||
run: | | ||
cd doc | ||
pwd | ||
sphinx-build -T -E -W -b html . _build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = '0.4.3' # version line; WARNING: do not remove or change this line or comment | ||
version = '0.4.4' # version line; WARNING: do not remove or change this line or comment |
Oops, something went wrong.