Skip to content

Commit

Permalink
Update Read the Docs config file; use quotes consistently in workflow…
Browse files Browse the repository at this point in the history
…s/configs.
  • Loading branch information
lapets committed Jun 24, 2024
1 parent dd4dc95 commit 8ad76e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-cover-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
name: "Python ${{ matrix.python-version }}"
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
- name: Install Python.
Expand Down
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ formats:
- pdf

python:
version: "3.11"
install:
- method: pip
path: .
extra_requirements:
- docs

build:
os: 'ubuntu-22.04'
tools:
python: '3.11'

0 comments on commit 8ad76e6

Please sign in to comment.