From 1f2d66bb97dc287fa01da49cecb99471fcdb46ab Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 1 Nov 2017 22:53:34 -0700 Subject: [PATCH] Add dummy file to fix symlink 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 --- docs/_build/html/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/_build/html/README.md diff --git a/docs/_build/html/README.md b/docs/_build/html/README.md new file mode 100644 index 0000000000000..bcba4d629755c --- /dev/null +++ b/docs/_build/html/README.md @@ -0,0 +1 @@ +Folder containing the sphinx-generated documentation