drop hidden files
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
210aff0cc9
commit
a3ca7e0117
@ -73,11 +73,13 @@ Documentation and examples for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{srcname}-%{version}
|
%autosetup -n %{srcname}-%{version}
|
||||||
|
rm -vf examples/flaskr/.gitignore
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
%py2_build
|
||||||
%py3_build
|
%py3_build
|
||||||
PYTHONPATH=`pwd` sphinx-build -b html docs/ docs/_build/html/
|
PYTHONPATH=`pwd` sphinx-build -b html docs/ docs/_build/html/
|
||||||
|
rm -rf docs/_build/html/{.buildinfo,.doctrees}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
%py2_install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user