Skip to content

Commit 724d0ef

Browse files
fix: change the display of math rendering (#568)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent ffcb84e commit 724d0ef

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/ci_cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: ansys/actions/doc-changelog@v8
49-
if: ${{ github.event_name == 'pull_request '}}
49+
if: ${{ github.event_name == 'pull_request' }}
5050
with:
5151
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5252
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}

doc/changelog.d/568.miscellaneous.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: change the display of math rendering

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/pydata-sphinx-theme-custom.css

+7
Original file line numberDiff line numberDiff line change
@@ -775,3 +775,10 @@ button.btn.version-switcher__button:hover {
775775
width: min(100%, 1070px);
776776
}
777777
}
778+
779+
/**
780+
* _math.scss
781+
*/
782+
span.math {
783+
display: math;
784+
}

0 commit comments

Comments
 (0)