update of packages
This commit is contained in:
16
lisp/sphinx-doc/sphinx-doc-pkg.el
Normal file
16
lisp/sphinx-doc/sphinx-doc-pkg.el
Normal file
@@ -0,0 +1,16 @@
|
||||
(define-package "sphinx-doc" "20210213.1250" "Sphinx friendly docstrings for Python functions"
|
||||
'((s "1.9.0")
|
||||
(cl-lib "0.5")
|
||||
(dash "2.10.0"))
|
||||
:commit "1eda612a44ef027e5229895daa77db99a21b8801" :authors
|
||||
'(("Vineet Naik" . "naikvin@gmail.com"))
|
||||
:maintainers
|
||||
'(("Vineet Naik" . "naikvin@gmail.com"))
|
||||
:maintainer
|
||||
'("Vineet Naik" . "naikvin@gmail.com")
|
||||
:keywords
|
||||
'("sphinx" "python")
|
||||
:url "https://github.com/naiquevin/sphinx-doc.el")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
Reference in New Issue
Block a user