File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2626 default : true
2727 - name : Install Python packages
2828 run : |
29- pip install maturin sphinx myst-parser[sphinx]
29+ pip install maturin sphinx
3030 - name : Build ulist
3131 run : |
3232 maturin build --out dist -m ulist/Cargo.toml
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Performance
2323
2424| Ulist is extremly fast, and even compared with libraries like Numpy.
2525 It is
26+
2627- more efficient on the ``string `` and ``boolean `` array,
2728- same level efficient on the ``integer `` array,
2829- and a bit slower on the ``floating `` array.
Original file line number Diff line number Diff line change 3333extensions = [
3434 'sphinx.ext.autodoc' ,
3535 'sphinx.ext.githubpages' ,
36- 'myst_parser' ,
3736]
3837
3938# Add any paths that contain templates here, relative to this directory.
5958
6059
6160master_doc = 'index'
61+
62+ source_suffix = { '.rst' : 'restructuredtext' }
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ Welcome to ulist's documentation!
77
88
99
10- .. include :: ../README.md
11- :parser: myst_parser.sphinx _
10+ .. include :: ../README.rst
You can’t perform that action at this time.
0 commit comments