Aram Akhavan

Results 5 comments of Aram Akhavan

@henridb - any luck debugging this? I'm seeing the same

> See https://github.com/sphinx-doc/sphinx-autobuild#relevant-sphinx-bugs. I guess #142 should be reverted/amended since it sounds like rebuilds aren't detecting rescans of source code. > > Can you confirm what version of Sphinx you're...

> > I'm guessing the reporter is right that because the interpreter lives between rebuilds, it's not actually re-importing the updated source code file. > > Hmm... It doesn't --...

Did some more digging; the issue isn't with autobuild. It runs `sphinx-build -v` which doesn't detect the changes in the file. Seems to be fixed by https://github.com/sphinx-doc/sphinx/pull/11939 which has been...

@pradyunsg - there is definitely a `sphinx-autobuild` specific issue here. I installed sphinx from github, so the latest code, and I'm seeing the following: 1. rm -rf docs/_build 2. sphinx-build...