From eafce20427525afb7edfb3e30e3841af007db3fa Mon Sep 17 00:00:00 2001
From: PGijsbers
Date: Sat, 21 Oct 2023 10:50:41 +0200
Subject: [PATCH] Make codeblocks copyable
---
mkdocs.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mkdocs.yml b/mkdocs.yml
index 02b2cc9..86f76e4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -9,6 +9,9 @@ repo_url: https://github.com/openml/server-api
theme:
name: material
+ features:
+ - content.code.copy
+
nav:
- Getting Started: installation.md
- Contributing: