Skip to content

Commit 80164c1

Browse files
authored
Undo #1772 (#1837)
1 parent 30601c7 commit 80164c1

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ jobs:
2727
"pypy-3.8",
2828
"pypy-3.9",
2929
]
30-
# Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
31-
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
32-
exclude:
33-
- { python-version: "3.8", os: "macos-latest", experimental: false }
34-
- { python-version: "3.9", os: "macos-latest", experimental: false }
35-
include:
36-
- { python-version: "3.8", os: "macos-13", experimental: false }
37-
- { python-version: "3.9", os: "macos-13", experimental: false }
3830
fail-fast: false
3931
steps:
4032
- uses: actions/checkout@v4

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
graphviz_output_format = "png" # 'svg'
6969

7070
# The suffix of source filenames.
71-
source_suffix = ".rst"
71+
source_suffix = {".rst": "restructuredtext"}
7272

7373
# The encoding of source files.
7474
# source_encoding = 'utf-8-sig'

0 commit comments

Comments
 (0)