File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2828 sphinx-build docs docs/_build/html
2929
3030livedocs :
31- sphinx-autobuild docs docs/_build/html --watch i3ipc -i ' *swp' -i ' *~'
31+ sphinx-autobuild docs docs/_build/html --watch i3ipc --ignore ' *swp' --ignore ' *~'
3232
3333all : format lint docker-test
Original file line number Diff line number Diff line change @@ -295,6 +295,11 @@ def socket_path(self) -> str:
295295 """
296296 return self ._socket_path
297297
298+ @property
299+ def auto_reconect (self ) -> bool :
300+ """**Deprecated:** Use :attr:`~.Connection.auto_reconnect`"""
301+ return self ._auto_reconnect
302+
298303 @property
299304 def auto_reconnect (self ) -> bool :
300305 """Whether this ``Connection`` will attempt to reconnect when the
Original file line number Diff line number Diff line change 99sphinx
1010sphinxcontrib-asyncio
1111sphinxcontrib-fulltoc
12+ sphinx-autobuild
You can’t perform that action at this time.
0 commit comments