-
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. |
Beta Was this translation helpful? Give feedback.
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... |
Beta Was this translation helpful? Give feedback.
Oh, ok; I see. I'd never used
sphinx-autobuild
before.This is still annoying, though, because it has to rebuild everything...
That said, I'm curious if we could add
tox -e docs-live
to help at least simplify usingsphinx-autobuild
...