diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-11-18 23:03:24 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-11-19 21:56:59 -0500 |
commit | 5c6c3fbd8c3685274bd557e04207f04686e3d3a4 (patch) | |
tree | 001351644543909d4e7003da0db8b4d287de7486 /gnu/packages/openstack.scm | |
parent | 9b1315a4adc9cbea6af7b0bfe045032af8aa81c4 (diff) |
gnu: python-oslosphinx: Fix indentation.
* gnu/packages/openstack.scm (python-oslosphinx): Fix indentation.
Diffstat (limited to 'gnu/packages/openstack.scm')
-rw-r--r-- | gnu/packages/openstack.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 4ed2948290..eb32d90451 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -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 |