Remove the sphinx-doc package

This commit is contained in:
Gergely Polonkai 2023-10-23 07:00:40 +02:00
parent ea6c5549cb
commit b5132f05b5
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 8 deletions

View File

@ -2528,14 +2528,6 @@ Because its 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 thats still my favourite language.