|
This project is my first time using Sphinx, so I'm probably missing something here. When I make changes to any of the documentation .rst files, I also only just discovered the (already installed) sphinx-autobuild (run either directly or from make run), which is freaking awesome generally but still only updates on changes to the doc files themselves, not the code. |
Replies: 1 comment 3 replies
|
I don't have personal knowledge...but found this: https://github.com/sphinx-doc/sphinx-autobuild?tab=readme-ov-file#relevant-sphinx-bugs In the referenced issue:
I'm not sure, though, how to ensure the relevant directories are watched... |
Oh, ok; I see. I'd never used
sphinx-autobuildbefore.This is still annoying, though, because it has to rebuild everything...
That said, I'm curious if we could add
tox -e docs-liveto help at least simplify usingsphinx-autobuild...