Istvan Albert schrieb: > > Hello All, > > I can't figure out why the doctests do not seem to be executing inside > my documentation. I have enabled the doctest extension, but upon > building no warnings/errors are generated. I feel like I am missing > something obvious, but I can't figure out what that would be. This is > what I have in my index.rst > > ------------------- > > Some documentation text. > > .. doctest:: > > >>> 100 > 200 > > More text here > > ----------------
As James said, you need to run the doctest builder. Doctests aren't run "as a side-effect" since it's really a separate job. Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
