Skip to content

Commit

Permalink
fix: add back math dollar support reST (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Nov 10, 2020
1 parent 63de911 commit 9d0f501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"sphinx_copybutton",
"sphinx_math_dollar",
"sphinx_panels",
"sphinx_thebe",
"sphinx_togglebutton",
Expand Down
2 changes: 1 addition & 1 deletion docs/software/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ @article{backLauraDalitzPlot2018
shorttitle = {Laura++},
author = {Back, John and Gershon, Tim and Harrison, Paul and Latham, Thomas and O’Hanlon, Daniel and Qian, Wenbin and {del Amo Sanchez}, Pablo and Craik, Daniel and Ilic, Jelena and Otalora Goicochea, Juan Martin and Puccio, Eugenia and Silva Coutinho, Rafael and Whitehead, Mark},
year = {2018},
month = oct,
month = may,
volume = {231},
pages = {198--242},
issn = {00104655},
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ doc =
Sphinx==3.2.1
sphinx-book-theme==0.0.38
sphinx-copybutton==0.3.1
sphinx-math-dollar==1.2
sphinx-panels==0.5.2
sphinx-thebe==0.0.8
sphinx-togglebutton==0.2.3
Expand Down

0 comments on commit 9d0f501

Please sign in to comment.