https://github.com/sphinx-contrib/context
https://github.com/sphinx-contrib/context
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sphinx-contrib/context
- Owner: sphinx-contrib
- Created: 2017-09-28T10:33:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T10:33:27.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T01:25:46.443Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. -*- restructuredtext -*-
==========================
README for ConTeXt Builder
==========================It's 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.Installing
==========If you want to take a look and have a try, you can put the builder in your
.extension directory. The conf.py needs some modification:- Set the builder as a extension
extensions = ['context']
- Set the config values
context_documents = [
('index', 'document_name', u'Project Name',
u'Your Name', 'manual'),
]It's the same with LaTeX builder's config setting.
Warning
=======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.