We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dc1c4 commit 6ec5725Copy full SHA for 6ec5725
docs/_newsfragments/2318.misc.rst
@@ -0,0 +1 @@
1
+Fix the checkbox rendering in the documentation to improve the readability.
docs/conf.py
@@ -99,6 +99,10 @@
99
# so we specify a print-friendly theme here for the likes of latexpdf.
100
pygments_style = 'bw'
101
102
+# myst configuration
103
+myst_enable_extensions = ["tasklist"]
104
+myst_enable_checkboxes = True
105
+
106
# Intersphinx configuration
107
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
108
0 commit comments