This PR helps automate building and local previewing of the website.
ℹ️ ✅ Launch the below command and keep it running in a dedicated window/tab:
# cd trio-docs
sphinx-autobuild docs/EN docs/_build/html
It builds the website and runs a local Web server to preview the site live.
Each time you change a file, it rebuilds the website and hot-reloads the pages in the Web browser so that you can see the changes.
You will no longer need to reload the page you modified locally, sphinx-autobuild does it for you automatically.
This PR helps automate building and local previewing of the website.
ℹ️ ✅ Launch the below command and keep it running in a dedicated window/tab:
It builds the website and runs a local Web server to preview the site live.
Each time you change a file, it rebuilds the website and hot-reloads the pages in the Web browser so that you can see the changes.
You will no longer need to reload the page you modified locally,
sphinx-autobuild
does it for you automatically.See: https://pypi.org/project/sphinx-autobuild/
❌ You no longer need to rebuild the site each time you update a page:
sphinx-autobuild
dependency.trio-docs