-
-
Notifications
You must be signed in to change notification settings - Fork 169
numpydoc_xref_aliases always triggers sphinx rebuild #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am using master,
#226 seems related. |
When I load the pickle I see
which are the defaults. Shouldn't this be an empty dict since I'm not passing in any options? |
#226 should have fixed this as it no longer modifies |
Completely. I did an uninstall and then pip install git+https:// to make sure. I also verified the 226 function is present. Perhaps something new in Sphinx 2.2, which is pretty fresh? |
I run Are you sure your |
100%. I ran sphinx in a debug build and stopped it in the #226 function. |
I'm using autosummary, not that this should make a difference. |
I can't replicate on
Do you see the same thing? If so then there must be some difference between our |
Sorry for the trouble. Turns out it was a convoluted case of PEBCAK. |
:) No problem, glad it works properly! |
Sphinx 2.2 reports the reason why a rebuild is needed. In a pretty simple demo site I am seeing:
updating environment: [config changed ('numpydoc_xref_aliases')] 179 added, 0 changed, 0 removed
as part of the build. This suggests that something about numpydoc_xref_aliases makes sphinx think that it is changing. I have not defined this variable, and I have no intersphinx.
The text was updated successfully, but these errors were encountered: