Skip to content

Commit

Permalink
Fix nightly docs build script (#1305)
Browse files Browse the repository at this point in the history
This updates the s3 docs build to copy the generated html files from the correct folder. PR also updates the sphinx buildername flag.

Authors:
   - Jake Awe (https://github.com/AyodeAwe)

Approvers:
   - AJ Schmidt (https://github.com/ajschmidt8)
  • Loading branch information
AyodeAwe authored Feb 24, 2023
1 parent ad768f4 commit 9ace862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -456,5 +456,5 @@ if hasArg docs; then
cd ${DOXYGEN_BUILD_DIR}
doxygen Doxyfile
cd ${SPHINX_BUILD_DIR}
sphinx-build -b dirhtml source _html
sphinx-build -b html source _html
fi
2 changes: 1 addition & 1 deletion ci/docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ for PROJECT in ${PROJECTS[@]}; do
rm -rf "$DOCS_WORKSPACE/api/$PROJECT/$BRANCH_VERSION/"*
done

mv "$PROJECT_WORKSPACE/docs/build/html/"* "$DOCS_WORKSPACE/api/raft/$BRANCH_VERSION"
mv "$PROJECT_WORKSPACE/docs/_html/"* "$DOCS_WORKSPACE/api/raft/$BRANCH_VERSION"

0 comments on commit 9ace862

Please sign in to comment.