debugging doc ref

This commit is contained in:
tangxifan 2018-09-14 13:48:57 -06:00
parent 4afbce10a3
commit 965835debe
1 changed files with 5 additions and 5 deletions

View File

@ -24,11 +24,11 @@ import sphinx_rtd_theme
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# Import sphinxcontrib.bibtex
have_sphinxcontrib_bibtex = True
try:
import sphinxcontrib.bibtex
except ImportError:
have_sphinxcontrib_bibtex = False
#have_sphinxcontrib_bibtex = True
#try:
# import sphinxcontrib.bibtex
#except ImportError:
# have_sphinxcontrib_bibtex = False
# -- Project information -----------------------------------------------------