Skip to content

Commit

Permalink
chore: update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jan 25, 2024
1 parent 6ab8343 commit d19e673
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jupyter_book/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,7 @@ def yaml_to_sphinx(yaml: dict):
logger.warning(
"[sphinxcontrib-bibtex] Beware that docutils versions 0.18 and 0.19 "
"(you are running {}) are known to generate invalid html for citations. "
"If this issue affects you, please use docutils<0.18 (or >=0.20 once released) "
"instead. "
"If this issue affects you, please use docutils<0.18 or >=0.20 instead. "
"For more details, see https://sourceforge.net/p/docutils/patches/195/".format(
docutils.__version__
)
Expand Down

0 comments on commit d19e673

Please sign in to comment.