8000 Merge pull request #178 from bsipocz/CI_fix_envname · astropy/sphinx-automodapi@f9968c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit f9968c7

Browse files
authored
Merge pull request #178 from bsipocz/CI_fix_envname
CI: fix environment name
2 parents ec1ec6e + 8fc38e5 commit f9968c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Windows - just the oldest, stable, and dev
6161
- os: windows-latest
6262
python-version: 3.8
63-
toxenv: py38-test-sphinx40
63+
toxenv: py38-test-sphinx_oldest
6464
- os: windows-latest
6565
python-version: '3.10'
6666
toxenv: py310-test-sphinx72

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ sphinx:
1818
fail_on_warning: true
1919

2020
python:
21-
system_packages: false
2221
install:
2322
- method: pip
2423
path: .

0 commit comments

Comments
 (0)
0