From 59c558ffc6aeeb0efa8da5db1b5051429ce2bbb7 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 14 May 2024 11:32:30 +0200 Subject: [PATCH] docs: remove linenums from every code block Remove linenums from every single code block. Makes site considerably less busy and easier to read. --- docs/mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 8b618d442..7e754f383 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -28,7 +28,6 @@ markdown_extensions: - pymdownx.highlight: use_pygments: true anchor_linenums: true - linenums: true - toc: title: On this page