Add dummy file to fix symlink (#3759)

In `assets/static` we have a symlink pointing to `docs/_build/html`
which is .gitignored and missing in the repo since we don't want the
html-generated docs in the repo, meaning the symlink is broken

Having the symlink broken creates issues with pip-compile somehow.

Adding a dummy file here addresses that
This commit is contained in:
Maxime Beauchemin 2017-11-02 10:17:28 -07:00 committed by Grace Guo
parent 5c03167948
commit cccc47311b
1 changed files with 1 additions and 0 deletions

1
docs/_build/html/README.md vendored Normal file
View File

@ -0,0 +1 @@
Folder containing the sphinx-generated documentation