prash schrieb: > Hi, > I am new to this group and to sphinx. I tried to reproduce the > documentation on the sphinx website but I have the following really > weird errors. > > (ERROR/3) Unknown directive type "directive". > (ERROR/3) Unknown interpreted text role "dir". > (ERROR/3) Unknown interpreted text role "confval". > (ERROR/3) Unknown interpreted text role "confval". > > ... > I have not changed anything in the conf.py file. I guess it is some > configuration issue? Could someone please help! > Thanks.
Hi, the directives and roles you're using are not standard Sphinx directives. They are added specially for the Sphinx docs since they're not of much use for Python projects. Have a look at sphinx/doc/conf.py to see how to copy this feature to your own. cheers, 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 -~----------~----~----~----~------~----~------~--~---
