Have you tried:

make html SPHINXOPTS="-a"


It's possible that if the files you generated that included code didn't 
themselves change, Sphinx won't check the transcluded source file as a 
dependency (that is, it looks for changes to your source files themselves, 
and not to any source files they "include" with Viewcode)?

This is just a guess -- I noticed that in several cases, there were changes 
I could make to my documentation set that wasn't necessarily noticed as a 
change by Sphinx (for example, changes to the template/CSS I was using to 
style my HTML output); in those cases, I had to use the sphinx-build -a 
option in order to force a total rebuild.

Hope this helps,

--
Viktor Haag

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/FihmfJHt7IwJ.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to