aboutsummaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2010-01-21 20:53:05 +0200
committerPetri Lehtinen <petri@digip.org>2010-01-21 20:53:05 +0200
commit78594e9bd33372673969c96e08e6fe92d53bc368 (patch)
treeda78dae738fb9766587e0418159e6474a97ec990 /doc/conf.py
parente921e63b542e18f1667b8858052350ded186cfd3 (diff)
downloadjansson-78594e9bd33372673969c96e08e6fe92d53bc368.zip
jansson-78594e9bd33372673969c96e08e6fe92d53bc368.tar.gz
jansson-78594e9bd33372673969c96e08e6fe92d53bc368.tar.bz2
Remove CHANGES preprocessing, as it didn't work with VPATH builds
The problem is that Sphinx can only read input files from a single directory. In VPATH builds, the source and build trees are separate, and the changes.rst went into the build tree. This patch solves the issue by using cfunc as the Sphinx default role.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 10f444d..be0a673 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -72,7 +72,7 @@ release = '1.1.3+'
exclude_trees = ['_build']
# The reST default role (used for this markup: `text`) to use for all documents.
-#default_role = None
+default_role = 'cfunc'
# If true, '()' will be appended to :func: etc. cross-reference text.
#add_function_parentheses = True