I am new to sphinx. I have a working sphinx solution using version 0.6 to 
generate api documentation. I recreated the same folder structure on my 
local machine which has sphinx 1.3. The html files generate fine but the 
onclickbutton () for showing examples is not being picked up by make html. 
The corresponding functions are present in the source folder which has a 
link to the examples in an "artifacts" folder.


.. include:: <artifacts/aam_aaa-policy_POST.txt>

   :literal:



The generated html however doesnt have the corresponding examples picked up 
from the artifacts folder.

Does this issue have to do with not having the correct packages installed 
or incorrect paths in the makefile or conf? Or does it have something to do 
with root privileges? I tried sudo make html but still doesn't work. Any 
suggestions? 

-- 
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