Skip to content

Commit

Permalink
Fix docs CI, formatting in command_line.rst (#12905)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkemperman authored May 30, 2022
1 parent 2051024 commit 35b4d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.7'
- name: Install tox
run: pip install --upgrade 'setuptools!=50' 'virtualenv>=20.6.0' tox==3.24.5
- name: Setup tox environment
Expand Down
4 changes: 2 additions & 2 deletions docs/source/command_line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ imports.

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

foo/
company/
Expand All @@ -230,7 +230,7 @@ imports.
company/
baz/
c.py
...
...

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

0 comments on commit 35b4d8a

Please sign in to comment.