Skip to content

Commit 35b4d8a

Browse files
Fix docs CI, formatting in command_line.rst (#12905)
1 parent 2051024 commit 35b4d8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-python@v2
2424
with:
25-
python-version: '3.10'
25+
python-version: '3.7'
2626
- name: Install tox
2727
run: pip install --upgrade 'setuptools!=50' 'virtualenv>=20.6.0' tox==3.24.5
2828
- name: Setup tox environment

docs/source/command_line.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ imports.
216216

217217
The default logic used to scan through search paths to resolve imports has a
218218
quadratic worse-case behavior in some cases, which is for instance triggered
219-
by a large number of folders sharing a top-level namespace as in:
219+
by a large number of folders sharing a top-level namespace as in::
220220

221221
foo/
222222
company/
@@ -230,7 +230,7 @@ imports.
230230
company/
231231
baz/
232232
c.py
233-
...
233+
...
234234

235235
If you are in this situation, you can enable an experimental fast path by
236236
setting the :option:`--fast-module-lookup` option.

0 commit comments

Comments
 (0)