From 19f12c5f781fad6d137222ea4657c683d4290f99 Mon Sep 17 00:00:00 2001 From: Frank Schneider Date: Wed, 28 Apr 2021 14:05:26 +0200 Subject: [PATCH] [DOC] Remove sphinx copybutton due to issue Highlighted lines have an extra line break, probably related to this: https://github.com/executablebooks/sphinx-copybutton/issues/118 If there is a fix, we can enable it again. --- .conda_env.yml | 2 +- docs/requirements_doc.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.conda_env.yml b/.conda_env.yml index a2aca0e..57ee458 100644 --- a/.conda_env.yml +++ b/.conda_env.yml @@ -24,7 +24,7 @@ dependencies: - memory-profiler - pre-commit - graphviz - - sphinx-copybutton + # - sphinx-copybutton - sphinx-notfound-page - git+https://git@github.com/fsschneider/DeepOBS.git@develop#egg=deepobs - git+https://git@github.com/f-dangel/backobs.git@development#egg=backobs diff --git a/docs/requirements_doc.txt b/docs/requirements_doc.txt index 58d6276..c06b84c 100644 --- a/docs/requirements_doc.txt +++ b/docs/requirements_doc.txt @@ -4,7 +4,7 @@ sphinx # Sphinx extensions sphinx-rtd-theme sphinx-automodapi -sphinx-copybutton +#sphinx-copybutton sphinx-notfound-page # Markdown conversion