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:
parent
cba82cfd03
commit
c3307fa7aa
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
../../superset-frontend/images
|
||||
|
|
@ -16,9 +16,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
rm -rf _build
|
||||
cp -r ../superset-frontend/images/ _static/images/
|
||||
make html
|
||||
#cp -r ../superset-frontend/images/ _build/html/_static/img/
|
||||
rm -rf /tmp/superset-docs
|
||||
cp -r _build/html /tmp/superset-docs
|
||||
cp -r _build/html ../superset/static/assets/docs
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
../superset-frontend/images
|
||||
Loading…
Reference in New Issue