Bob Tolbert schrieb:
> Hi,
> 
> This may be a strange question, but I'm frankly at a loss for what
> I've done. For some reason, I can no longer use the "directive"
> directive. I get an error like:
> 
> (ERROR/3) Unknown directive type "directive".
> 
> .. directive:: .. code-block:: filename
> 
> when trying to do a simple thing (I think).
> 
> I have created a rather custom, local conf.py with several new
> directives to document our toolkits. I am using a recent trunk
> checkout from SVN on Windows under Python 2.5. And I have verified
> that I can build the Sphinx docs in the trunk.
> 
> My question is really if anyone has any clue as to some change I may
> have made in my local conf.py that would completely remove "directive
> " from the list of available directives?
> 
> Sorry for such a silly question, but I am completely flummoxed.

Hmm... where have you defined the "directive" directive? Perhaps the
extension it is contained in is no longer loaded? Try putting some
print >>sys.stderr statements or 1/0 into the module to test that.

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 sphinx-dev@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to