gnu: python-oslosphinx: Fix indentation.

* gnu/packages/openstack.scm (python-oslosphinx): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2020-11-18 23:03:24 -05:00
parent 9b1315a4ad
commit 5c6c3fbd8c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

@ -636,17 +636,16 @@ and building documentation from them.")
;; Therefore, we don't do it here.
(invoke "python" "setup.py" "build_sphinx"))))))
(propagated-inputs
`(("python-requests" ,python-requests)))
`(("python-requests" ,python-requests)))
(native-inputs
`(("python-pbr" ,python-pbr)
("python-docutils" ,python-docutils)
("python-hacking" ,python-hacking)
("python-sphinx" ,python-sphinx)))
`(("python-pbr" ,python-pbr)
("python-docutils" ,python-docutils)
("python-hacking" ,python-hacking)
("python-sphinx" ,python-sphinx)))
(home-page "https://www.openstack.org/")
(synopsis "OpenStack sphinx extensions and theme")
(description
"This package provides themes and extensions for Sphinx documentation
from the OpenStack project.")
(description "This package provides themes and extensions for Sphinx
documentation from the OpenStack project.")
(license asl2.0)))
(define-public python2-oslosphinx