From b1c6828351f64f1e71fdf73b35beeb341e3ca019 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 6 May 2024 08:39:40 -0500 Subject: [PATCH] Add use repository button to readthedocs --- docs/_config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index ac24d1a8..30acc7df 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,8 +6,9 @@ execute: execute_notebooks : off repository: - url : https://github.com/pyiron/pympipool - path_to_book : "" + url : https://github.com/pyiron/pympipool +html: + use_repository_button: true launch_buttons: notebook_interface : jupyterlab @@ -22,4 +23,4 @@ sphinx: - 'sphinx.ext.autosummary' config: autosummary_generate: True - templates_path: ['_templates'] \ No newline at end of file + templates_path: ['_templates']