Skip to content

Commit

Permalink
sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 4, 2025
1 parent e7613e0 commit 7cded42
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions actions/uv/sphinx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,12 @@ runs:
uv venv --python ${{ inputs.python-version }}
# Add venv to PATH
echo ".venv/bin" >> $GITHUB_PATH
- name: Install project dependencies
shell: bash
working-directory: ${{ inputs.working-directory }}
run: |
uv python install ${{ inputs.python-version }}
uv sync --all-extras --dev --frozen
- name: Install and build Sphinx
shell: bash
run: |
uv pip install --no-cache-dir \
sphinx==7.2.6 \
sphinx-autoapi \
sphinx-rtd-theme
uv pip install --no-cache-dir sphinx==7.2.6 sphinx-autoapi sphinx-rtd-theme
mkdir -p artifacts/sphinx
uv run sphinx-build -b html ${{ inputs.sphinx-folder }} artifacts/sphinx
Expand Down

0 comments on commit 7cded42

Please sign in to comment.