summaryrefslogtreecommitdiff
path: root/src/cython/doc/source/conf.py
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-09 16:02:23 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-09 16:02:23 +0000
commit4721085696a8def22da522c32b78748765cbe006 (patch)
treeac753477afca05abd021737adfb96f015ec0a99c /src/cython/doc/source/conf.py
parent8ce416a795b99cb396e650b9a3512c3c23d8a9f6 (diff)
Modifications for sphinx documentation
latex support (still pseudo code issue) doctest support for linux Cmake launches make html && make doctest to test the doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1427 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 58de6ec78d4368b99c9a81c9c229c4e7b075835a
Diffstat (limited to 'src/cython/doc/source/conf.py')
-rwxr-xr-xsrc/cython/doc/source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cython/doc/source/conf.py b/src/cython/doc/source/conf.py
index 094020f7..25e77e6d 100755
--- a/src/cython/doc/source/conf.py
+++ b/src/cython/doc/source/conf.py
@@ -39,6 +39,7 @@ extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
+ 'sphinxcontrib.bibtex',
]
# Add any paths that contain templates here, relative to this directory.