You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2017/11/02 17:17:32 UTC

[incubator-superset] branch master updated: Add dummy file to fix symlink (#3759)

This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new cccc473  Add dummy file to fix symlink (#3759)
cccc473 is described below

commit cccc47311b5f5f2989bdb46e193d65031058288e
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Thu Nov 2 10:17:28 2017 -0700

    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(+)

diff --git a/docs/_build/html/README.md b/docs/_build/html/README.md
new file mode 100644
index 0000000..bcba4d6
--- /dev/null
+++ b/docs/_build/html/README.md
@@ -0,0 +1 @@
+Folder containing the sphinx-generated documentation

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].