remove scrapy.cfg mention

This commit is contained in:
Aiman 2026-03-24 23:35:35 +05:30
parent ff71b4660c
commit 33be33cae6
1 changed files with 0 additions and 5 deletions

View File

@ -41,11 +41,6 @@ variable; or by defining it in your :ref:`pyproject.toml <topics-config-settings
[tool.scrapy.settings]
shell = "bpython"
or in ``scrapy.cfg``::
[settings]
shell = "bpython"
.. _IPython: https://ipython.org/
.. _IPython installation guide: https://ipython.org/install.html
.. _bpython: https://bpython-interpreter.org/