We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c9151 commit 5c163c6Copy full SHA for 5c163c6
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-python@v4
17
with:
18
- python-version: "3.10"
+ python-version: "3"
19
cache: pip
20
- name: Build docs
21
run: make html
.readthedocs.yml
@@ -11,7 +11,7 @@ sphinx:
11
build:
12
os: ubuntu-22.04
13
tools:
14
- python: "3.10"
+ python: "3"
commands:
- make dirhtml BUILDDIR=_readthedocs
0 commit comments