Skip to content

Commit

Permalink
fix: change the display of math rendering (#568)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
Revathyvenugopal162 and pyansys-ci-bot authored Oct 24, 2024
1 parent ffcb84e commit 724d0ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/doc-changelog@v8
if: ${{ github.event_name == 'pull_request '}}
if: ${{ github.event_name == 'pull_request' }}
with:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/568.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: change the display of math rendering
Original file line number Diff line number Diff line change
Expand Up @@ -775,3 +775,10 @@ button.btn.version-switcher__button:hover {
width: min(100%, 1070px);
}
}

/**
* _math.scss
*/
span.math {
display: math;
}

0 comments on commit 724d0ef

Please sign in to comment.