We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d9e7f commit 642a338Copy full SHA for 642a338
.github/workflows/tests.yml
@@ -129,9 +129,11 @@ jobs:
129
- os: ubuntu-latest
130
python-version: "3.9"
131
sphinx-version: "old"
132
- - os: ubuntu-latest
133
- python-version: "3.12"
134
- sphinx-version: "dev"
+ # crash with myst parser
+ # will be restored when myst will be dropped from our documentation
+ # - os: ubuntu-latest
135
+ # python-version: "3.12"
136
+ # sphinx-version: "dev"
137
env:
138
SPHINX_VERSION: ${{ matrix.sphinx-version }}
139
runs-on: ${{ matrix.os }}
0 commit comments