Skip to content

Commit

Permalink
- more fixes maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
carlkidcrypto committed Nov 30, 2023
1 parent b0099ed commit b171ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/sphinx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
1 change: 1 addition & 0 deletions sphinx_docs_build/requirements.txt
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

0 comments on commit b171ab7

Please sign in to comment.