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

Merge branch 'master' into 'release'

prepare for v1.0.4: fix sphinx-bibtex

See merge request !23
parents 419d50c0 174bc6cf
No related branches found
No related tags found
2 merge requests!53Clean code,!23prepare for v1.0.5: fix sphinx-bibtex
Pipeline #43996 canceled
......@@ -216,4 +216,8 @@ autosummary_generate = True
exclude_patterns = ['_build']
#do not try to import tkinter for sphinx
autodoc_mock_imports = ['_tkinter']
\ No newline at end of file
autodoc_mock_imports = ['_tkinter']
bibtex_bibfiles = [
'refs.bib',
]
......@@ -16,4 +16,4 @@ parameterized
pygraphviz
pydot
pyparsing
pyyaml>=5.1
\ No newline at end of file
pyyaml>=5.1
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