-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0099ed
commit b171ab7
Showing
2 changed files
with
1 addition
and
12 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 |
---|---|---|
|
@@ -14,18 +14,6 @@ jobs: | |
- name: Check out repository code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Python 3.10 env for sphinx... | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.10" | ||
|
||
- name: Install python3 requirements... | ||
uses: knicknic/[email protected] | ||
with: | ||
linux: cd /home/runner/work/purpleair_data_logger/purpleair_data_logger/ ; | ||
python -m pip install --upgrade wheel ; | ||
python -m pip install --upgrade setuptools ; | ||
python -m pip install --upgrade pip ; | ||
- uses: ammaraskar/sphinx-action@master | ||
with: | ||
docs-folder: "sphinx_docs_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
sphinx==7.2.6 | ||
sphinx-rtd-theme==2.0.0 | ||
purpleair-data-logger==1.3.0a1 |