Skip to content

Commit 6ec5725

Browse files
authored
chore(docs): fix the GitHub markdown style checkboxes (#2437)
Signed-off-by: Keming <kemingy94@gmail.com>
1 parent 04dc1c4 commit 6ec5725

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/_newsfragments/2318.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix the checkbox rendering in the documentation to improve the readability.

docs/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999
# so we specify a print-friendly theme here for the likes of latexpdf.
100100
pygments_style = 'bw'
101101

102+
# myst configuration
103+
myst_enable_extensions = ["tasklist"]
104+
myst_enable_checkboxes = True
105+
102106
# Intersphinx configuration
103107
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
104108

0 commit comments

Comments
 (0)