-
Notifications
You must be signed in to change notification settings - Fork 32
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
Doc-related issues #23
Comments
Did you make clean before ?
|
Yes, I do |
I might have updated Sphinx (or sphinx-gallery) without being fully aware of it... Anyway, now I'm using Sphinx 1.6.6 and sphinx-gallery 0.1.13. When I build the doc of MNE-features, I get the following warnings... @agramfort, I think you had these warnings before, right?
These warnings come from internal references of the form |
yes I would duplicate the refs. It's the same errors I have
|
Since the last PR, there are warnings when building the doc of MNE-features.
WARNING: [autosummary] failed to import u'mne_features.univariate.compute_spect_edge': no module named mne_features.univariate.compute_spect_edge
It seems that Travis is not checking the doc carefully enough.
Maybe, we should ask Travis to do something like:
sphinx-build -nW -b html -d _build/doctrees . _build/html
so that the build actually fails if warnings are triggered by Sphinx.
The text was updated successfully, but these errors were encountered: