From 58de62d8beb931995ec8bf2677f1714dfa004719 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 9 Aug 2017 20:19:22 +1000 Subject: Revert "Add the sphinxcontrib.bibtex extension to the repo." This reverts commit aa4f8e2e436d6c49e1524a4a3fb164b28632d894. The contrib has too many dependencies to add into the repo. --- common/waf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'common/waf.py') diff --git a/common/waf.py b/common/waf.py index 3ee4435..7947829 100644 --- a/common/waf.py +++ b/common/waf.py @@ -206,6 +206,7 @@ def cmd_configure(ctx): check_sphinx_extension(ctx, 'sphinx.ext.graphviz') check_sphinx_extension(ctx, 'sphinx.ext.intersphinx') check_sphinx_extension(ctx, 'sphinx.ext.mathjax') + check_sphinx_extension(ctx, 'sphinxcontrib.bibtex') # # Optional builds. -- cgit v1.2.3