Skip to content
Snippets Groups Projects
Commit 174bc6cf authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

update sphinx bibtex config

(thanks to @bbrancot for the tip)
parent 0c15a78b
No related branches found
No related tags found
1 merge request!23prepare for v1.0.5: fix sphinx-bibtex
Pipeline #43965 passed
...@@ -216,4 +216,8 @@ autosummary_generate = True ...@@ -216,4 +216,8 @@ autosummary_generate = True
exclude_patterns = ['_build'] exclude_patterns = ['_build']
#do not try to import tkinter for sphinx #do not try to import tkinter for sphinx
autodoc_mock_imports = ['_tkinter'] autodoc_mock_imports = ['_tkinter']
\ No newline at end of file
bibtex_bibfiles = [
'refs.bib',
]
...@@ -16,4 +16,4 @@ parameterized ...@@ -16,4 +16,4 @@ parameterized
pygraphviz pygraphviz
pydot pydot
pyparsing pyparsing
pyyaml>=5.1 pyyaml>=5.1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment