Skip to content

Commit

Permalink
ci(framework) Fix multi version docs (#4676)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Dec 11, 2024
1 parent c3e83a3 commit a4e579a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/docs/build-versioned-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ END
# Actually building the docs for a given language and version
sphinx-build -b html source/ build/html/${current_version}/${current_language} -A lang=True -D language=${current_language}

cd $(git rev-parse --show-toplevel)

# Clean the history of the checked-out branch to remove conflicts
git clean -fd

Expand Down

0 comments on commit a4e579a

Please sign in to comment.