sphinx-autobuild
Automatically rebuild Sphinx documentation
Install
- All systems
-
curl cmd.cat/sphinx-autobuild.sh
- Debian
-
apt-get install python3-sphinx-autobuild - Ubuntu
-
apt-get install python3-sphinx-autobuild - Kali Linux
-
apt-get install python3-sphinx-autobuild - Fedora
-
dnf install python3-sphinx-autobuild - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-sphinx-autobuild
python3-sphinx-autobuild
Automatically rebuild Sphinx documentation
Sphinx autobuild watches a Sphinx directory and rebuild the documentation when a change is detected. Also includes a livereload enabled web server.