fix: move docs image symlink to _static (#9592)

* fix: move docs image symlink to _static

* Remove unneeded copy statements from build script

* Remove copy statement from CI conf
This commit is contained in:
Ville Brofeldt
2020-04-22 19:11:20 +03:00
committed by GitHub
parent cba82cfd03
commit c3307fa7aa
4 changed files with 1 additions and 5 deletions

View File

@@ -47,8 +47,6 @@ jobs:
run: |
pip-install
pip install -r docs/requirements.txt
- name: Copy Images
run: cp -r superset-frontend/images/ docs/_static/images/
- name: Build documentation
run: sphinx-build -b html docs _build/html -W