mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
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:
2
.github/workflows/superset-python.yml
vendored
2
.github/workflows/superset-python.yml
vendored
@@ -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
|
||||
|
||||
|
||||
1
docs/_static/images
vendored
Symbolic link
1
docs/_static/images
vendored
Symbolic link
@@ -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
|
||||
Reference in New Issue
Block a user