]> git.pld-linux.org Git - packages/python-django-assets.git/commitdiff
fix doc build auto/th/python-django-assets-0.8-4
authorJacek Konieczny <jajcus@jajcus.net>
Mon, 30 Nov 2015 19:08:53 +0000 (20:08 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Mon, 30 Nov 2015 19:08:53 +0000 (20:08 +0100)
Release: 4

python-django-assets.spec

index ec556c4b5cd12ea9e37e166c6b65cb51492f3981..120bf980c5505a5edf3e4a4de20bf029c4a41d0a 100644 (file)
@@ -6,7 +6,7 @@
 Summary:       Asset management for Django, to compress and merge CSS and Javascript files
 Name:          python-%{module}
 Version:       0.8
-Release:       3
+Release:       4
 License:       BSD
 Group:         Libraries/Python
 Source0:       http://pypi.python.org/packages/source/d/%{module}/%{module}-%{version}.tar.gz
@@ -18,7 +18,7 @@ BuildRequires:        python-nose
 BuildRequires: python-webassets >= 0.8
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.710
-BuildRequires: sphinx-pdg
+BuildRequires: sphinx-pdg-2
 Requires:      python-django
 Requires:      python-webassets >= 0.8
 BuildArch:     noarch
@@ -40,7 +40,7 @@ merging, minifying and compiling CSS and Javascript files.
 %endif
 
 # generate html docs
-sphinx-build docs html
+sphinx-build-2 docs html
 # remove the sphinx-build leftovers
 rm -r html/.{doctrees,buildinfo}
 
This page took 0.088881 seconds and 4 git commands to generate.