Skip to content

Commit

Permalink
Merge branch 'master' into feat/discoveryTestStat
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert authored Jan 14, 2021
2 parents 25b2477 + fd8fdf3 commit 41eda33
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ formats: all

# python -m pip install .[docs]
python:
version: 3.7
version: 3.8
install:
- method: pip
path: .
Expand Down
10 changes: 10 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ def setup(app):
'sphinx_copybutton',
'xref',
]
bibtex_bibfiles = [
"bib/docs.bib",
"bib/HEPData_likelihoods.bib",
"bib/media.bib",
"bib/posters.bib",
"bib/preferred.bib",
"bib/talks.bib",
"bib/tutorials.bib",
"bib/use_citations.bib",
]

# external links
xref_links = {"arXiv:1007.1727": ("[1007.1727]", "https://arxiv.org/abs/1007.1727")}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
extras_require['xmlio']
+ [
'sphinx>=3.1.2',
'sphinxcontrib-bibtex~=1.0',
'sphinxcontrib-bibtex~=2.1',
'sphinx-click',
'sphinx_rtd_theme',
'nbsphinx',
Expand Down

0 comments on commit 41eda33

Please sign in to comment.