Skip to content

Commit 7819d5e

Browse files
authored
Merge branch 'master' into autosummary-short-signature
2 parents 712e7ed + 7154672 commit 7819d5e

File tree

249 files changed

+3474
-2483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+3474
-2483
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ jobs:
135135
run: |
136136
python -m pip install --upgrade pip
137137
python -m pip install .[test]
138-
# markupsafe._speedups has not declared that it can run safely without the GIL
139-
- name: Remove markupsafe._speedups
140-
run: rm -rf "$(python -c 'from markupsafe._speedups import __file__ as f; print(f)')"
141138
- name: Test with pytest
142139
run: python -m pytest -vv --durations 25
143140
env:
@@ -171,9 +168,6 @@ jobs:
171168
python -m pip install --upgrade pip
172169
sed -i 's/flit_core>=3.7/flit_core @ git+https:\/\/github.com\/pypa\/flit.git#subdirectory=flit_core/' pyproject.toml
173170
python -m pip install .[test]
174-
# markupsafe._speedups has not declared that it can run safely without the GIL
175-
- name: Remove markupsafe._speedups
176-
run: rm -rf "$(python -c 'from markupsafe._speedups import __file__ as f; print(f)')"
177171
- name: Test with pytest
178172
run: python -m pytest -vv --durations 25
179173
env:

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
version: 2
2+
sphinx:
3+
configuration: doc/conf.py
24

35
build:
46
os: ubuntu-22.04

0 commit comments

Comments
 (0)