emacs.d/elpa/sphinx-doc-20160116.1117/sphinx-doc-pkg.el
2019-11-22 22:23:12 +01:00

2 lines
406 B
EmacsLisp

;;; -*- no-byte-compile: t -*-
(define-package "sphinx-doc" "20160116.1117" "Sphinx friendly docstrings for Python functions" '((s "1.9.0") (cl-lib "0.5") (dash "2.10.0")) :commit "f39da2e6cae55d5d7c7ce887e69755b7529bcd67" :keywords '("sphinx" "python") :authors '(("Vineet Naik" . "naikvin@gmail.com")) :maintainer '("Vineet Naik" . "naikvin@gmail.com") :url "https://github.com/naiquevin/sphinx-doc.el")