Skip to content

Commit

Permalink
Add dummy file to fix symlink (apache#3759)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mistercrunch authored and Grace Guo committed Nov 2, 2017
1 parent ddd322c commit a31441b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_build/html/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Folder containing the sphinx-generated documentation

0 comments on commit a31441b

Please sign in to comment.