Running into a particular oddity with Sphinx at the moment that I am not 
sure how to resolve at the moment. Basically I have "sphinx.ext.viewcode" 
in my conf.py extension list but the html files that show the source code 
for the modules I am documenting are not being updated. When I run a full 
build, the documentation changes to reflect the latest changes in code but 
the source html files do not. Deleting the html files and running a build 
would just recreate them as they were before and if I delete the entire 
folder that I build to, the builder doesn't even generate source html 
files. I updated sphinx to the latest version (1.4.alpha) as well incase 
this was a bug that had been resolved since version 1.2.1. 

I suspected it may be related to my RST files, which all use the same 
template and that perhaps the older files are getting cached somewhere. 

Below is an example of how my rst files look

convert --- :mod:`sphinx.util.convert`convert
***************************************************

... module doc string goes here ...

Content
=========
.. automodule:: module.name
   :members:
   :private-members:
   :special-members:
   :undoc-members:

I am also going through the sphinx source code to see if I can spot where 
this call isn't getting made and what error may be stopping it. 
If anyone has any insight to this problem, it would be greatly appreciated. 

 

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to