Remove the sphinx-doc package

This commit is contained in:
2023-10-23 07:00:40 +02:00
parent ea6c5549cb
commit b5132f05b5

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.