Add sphinx-autobuild to documentation build options
I believe it will be great to have sphinx-autobuild added as a build option for the documentation. This can help avoid constant manual builds during development.
What are your thoughts please? 🤓
Are you suggesting adding an optional requirement? Strictly speaking, anyone could already install the package and use it locally now, right?
Are you suggesting adding an optional requirement? Strictly speaking, anyone could already install the package and use it locally now, right?
Yes that's right anyone can install the package and use locally. Was just wondering if it could be shipped in the documentation build script to reduce the setup complexity for others
Guess I don't know exactly what that would look like, but happy to consider it.
This works today using hatch:
hatch --env docs run serve