sphinx-autobuild-3
Automatically rebuild Sphinx documentation
Install
- All systems
-
curl cmd.cat/sphinx-autobuild-3.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 update
sudo apt-get install python3-sphinx-autobuild
- Dockerfile
- dockerfile.run/sphinx-autobuild-3
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.