File tree Expand file tree Collapse file tree 6 files changed +13
-3
lines changed
Expand file tree Collapse file tree 6 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 python -m pip install --upgrade pip
3535 pip install -r requirements.txt
36+ pip install -r test/unit/requirements.txt
3637 pip install .
3738
3839 - name : Build Test
6667 git add . -N && git diff --exit-code
6768
6869 - name : Push Unit Changes
70+ if : failure()
6971 uses : stefanzweifel/git-auto-commit-action@v4
7072 with :
7173 branch : ${{ github.head_ref || github.ref_name }}.changes
Original file line number Diff line number Diff line change 44
55extensions = [
66 'sphinxcontrib.phpdomain' ,
7+ 'myst_parser' ,
78]
89
9- source_suffix = '.rst'
10+ myst_enable_extensions = [ 'colon_fence' ]
1011
12+ source_suffix = '.rst'
1113master_doc = 'index'
1214
1315exclude_patterns = ['_build' ]
1416
15- pygments_style = 'sphinx'
16-
1717html_theme = 'default'
Original file line number Diff line number Diff line change 1+ ``` {eval-rst}
12Test: Build all files
23=====================
34
45.. toctree::
56 :glob:
67
78 **
9+ ```
Original file line number Diff line number Diff line change 1+ ``` {eval-rst}
12.. php:method:: Foo::simplify()
23
34 Simplify expression.
45
56 :param array $args: Associative array
7+ ```
Original file line number Diff line number Diff line change 1+ ``` {eval-rst}
12Simple NS
23=========
34
@@ -61,3 +62,4 @@ Cross linking::
6162
6263- :php:meth:`X2::simplify`
6364- :php:meth:`A2::simplify`
65+ ```
Original file line number Diff line number Diff line change 1+ sphinx
2+ myst-parser
You can’t perform that action at this time.
0 commit comments