From cccc47311b5f5f2989bdb46e193d65031058288e Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 2 Nov 2017 10:17:28 -0700 Subject: [PATCH] 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 --- 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