Fix releasenotes building

tox -e releasenotes fails with:
Warning, treated as error:
WARNING: html_static_path entry
u'/home/aj/vcs/OpenStack/openstack/cursive/releasenotes/source/_static'
does not exist

Add missing directory - like done on similar projects -,
using a placeholder to make git happy.

Also, add build directory to .gitignore.

Remove .placeholder from .gitignore, those files are important!

Change-Id: I20d9881975eb491f6a977ae2de9406e64a659ca9
This commit is contained in:
Andreas Jaeger 2016-07-13 09:38:13 +02:00
parent 0da0dd357d
commit e8714642bd
2 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
*.egg*
*.pyc
*.placeholder
.tox
.testrepository/
releasenotes/build

View File