Skip to content

Commit

Permalink
docs: Update how tos (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Jan 8, 2024
1 parent 4f9cdd2 commit 592015a
Show file tree
Hide file tree
Showing 21 changed files with 439 additions and 5,940 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: actions/[email protected]
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.in') }}
restore-keys: |
${{ runner.os }}-pip-
- run: python -m pip install -r docs/requirements.txt
- run: python -m pip install -r docs/requirements.in
- name: Build docs
run: |
cd docs
Expand All @@ -47,10 +47,10 @@ jobs:
uses: actions/[email protected]
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.in') }}
restore-keys: |
${{ runner.os }}-pip-
- run: python -m pip install -r docs/requirements.txt
- run: python -m pip install -r docs/requirements.in
- name: Check spelling
run: |
cd docs
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ formats:

python:
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.in
Loading

0 comments on commit 592015a

Please sign in to comment.