Skip to content

Commit 5f0c96b

Browse files
committed
conf: Integration of "sphinxcontrib-bibtex" is not needed
The extension is not needed to render "bibtex" code block. This commit partially reverts b52cc18 (Add "Citing" section to README and Book landing page) Note also that "sphinxcontrib.bibtex" was incorrectly added to "myst_enable_extensions", it should have been added to the "extensions" list.
1 parent 35989c5 commit 5f0c96b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"amsmath",
2727
"dollarmath", # support latex equation inside $ $
2828
"linkify", # convert bare links to hyperlinks
29-
"sphinxcontrib.bibtex",
3029
]
3130
myst_heading_anchors = 7
3231

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ myst-parser[linkify]
22
pygments
33
sphinx
44
sphinx-book-theme
5-
sphinxcontrib-bibtex

0 commit comments

Comments
 (0)