From b5132f05b52fae92694642280807509d590a3465 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 23 Oct 2023 07:00:40 +0200 Subject: [PATCH] Remove the sphinx-doc package --- configuration.org | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configuration.org b/configuration.org index 932596a..0527589 100644 --- a/configuration.org +++ b/configuration.org @@ -2528,14 +2528,6 @@ Because it’s also great. (projectile-after-switch-project-hook . poetry-track-virtualenv)) #+END_SRC -** Automatically insert Sphinx-style docstrings - -#+BEGIN_SRC emacs-lisp -(use-package sphinx-doc - :hook - (python-mode . sphinx-doc-mode)) -#+END_SRC - * C mode Because that’s still my favourite language.