Dear all, I write a ConTeXt builder for Sphinx. It is very primitive at present. It would be a long time to implement full functions for the builder, since ConTeXt mkiv is not stable.
I attached the builder and example files. If you want to take a look and have a
try, you can put the builder in your .extension directory and use the example
files as sources. The conf.py needs some modification:
- Set the builder as a extension
extensions = ['context']
- Set the config values
context_documents = [
('index', 'test', u'Test Documentation',
u'Wei-Wei Guo', 'manual'),
]
It's the same with LaTeX builder's config setting.
The ConTeXt builder do *not* support list, link, image, and so on. Actually
it only has some treatments on toctree and section, which are also very
primitive.
I'm kind of not knowing what to do with the builder. If you have any request,
please let me know. That will be a good start.
Best wishes,
Wei-Wei
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
context_builder.tgz
Description: Binary data
context_examples.tgz
Description: Binary data
