Skip to content

Commit 563523a

Browse files
authored
Merge pull request #564 from lincc-frameworks/fix-documentation
Fix documentation breakages
2 parents e4430de + aea85ec commit 563523a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

python-project-template/.github/workflows/{% if include_docs %}build-documentation.yml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
sudo apt-get update
3333
uv pip install --system -e .
34-
if [ -f docs/requirements.txt ]; then uv pip install -r docs/requirements.txt; fi
34+
if [ -f docs/requirements.txt ]; then uv pip install --system -r docs/requirements.txt; fi
3535
if [ -f requirements.txt ]; then uv pip install --system -r requirements.txt; fi
3636
{%- if include_notebooks %}
3737
- name: Install notebook requirements

python-project-template/requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)