zhongjiajie commented on code in PR #992:
URL: 
https://github.com/apache/dolphinscheduler-website/pull/992#discussion_r2707012868


##########
.github/workflows/website.yml:
##########
@@ -35,17 +35,17 @@ jobs:
         run: yarn && yarn build
 
       # Build Python API document: from 
https://github.com/apache/dolphinscheduler-sdk-python
-#      - name: Set up Python
-#        uses: actions/setup-python@v4
-#        with:
-#          python-version: 3.11
-#      - name: Build Python Multiple Version Document
-#        working-directory: ${{ env.PYDS_HOME }}
-#        # rsync all files in directory docs/build/html/versions expect 
.doctrees have sensitive data, so we need to delete it
-#        run: |
-#          python -m pip install --upgrade ${{ env.DEPENDENCES }}
-#          python -m tox -vv -e doc-build-multi
-#          rsync -av --progress --exclude .doctrees docs/build/html/versions/* 
${GITHUB_WORKSPACE}/build/python
+      - name: Set up Python
+        uses: actions/setup-python@v4
+        with:
+          python-version: '3.10'

Review Comment:
   ```suggestion
           with:
             # need to pin 3.10 because sphinx-multiversion latest code have 
bug >= 3.11
             python-version: '3.10'
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to