You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running rm -rf build/; make html; sphinx-autobuild ./source ./build/html
Whenever update the doc source code, the live update detection gives an error
RuntimeError: Task <Task pending name='Task-5' coro=<Event.wait() running at /home/tsunw/anaconda3/envs/genesis/lib/python3.9/asyncio/locks.py:226> cb=[_wait.<locals>._on_completion() at /home/tsunw/anaconda3/envs/genesis/lib/python3.9/asyncio/tasks.py:508]> got Future <Future pending> attached to a different loop
The text was updated successfully, but these errors were encountered:
Running
rm -rf build/; make html; sphinx-autobuild ./source ./build/html
Whenever update the doc source code, the live update detection gives an error
The text was updated successfully, but these errors were encountered: