diff options
author | gbrandl <gbrandl@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-07-08 06:50:46 +0000 |
---|---|---|
committer | gbrandl <gbrandl@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-07-08 06:50:46 +0000 |
commit | ef66fdd7dd1b83397cf9c09b2fec678c3cac3140 (patch) | |
tree | 961d70ea50f2b98c2f5cf5d71f7e6c8197044bfe /sandbox/py-rest-doc/sphinx/json.py | |
parent | f46ef2418216c95d0764b8907d177e3a569ddc21 (diff) | |
download | docutils-ef66fdd7dd1b83397cf9c09b2fec678c3cac3140.tar.gz |
Fix the HTML help formatter.
Disable highlighting if no Pygments installed.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5325 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/py-rest-doc/sphinx/json.py')
-rw-r--r-- | sandbox/py-rest-doc/sphinx/json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/py-rest-doc/sphinx/json.py b/sandbox/py-rest-doc/sphinx/json.py index 045d723e3..95f09b4d0 100644 --- a/sandbox/py-rest-doc/sphinx/json.py +++ b/sandbox/py-rest-doc/sphinx/json.py @@ -3,7 +3,7 @@ sphinx.json ~~~~~~~~~~~ - Minimal JSON Module That Generates Small Dumps. + Minimal JSON module that generates small dumps. This is not fully JSON compliant but enough for the searchindex. And the generated files are smaller than the simplejson ones. |