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 9028c75 commit 165af58Copy full SHA for 165af58
mkdocs.yml
@@ -72,8 +72,8 @@ markdown_extensions:
72
- pymdownx.tabbed:
73
alternate_style: true
74
- pymdownx.emoji:
75
- emoji_index: !!python/name:materialx.emoji.twemoji
76
- emoji_generator: !!python/name:materialx.emoji.to_svg
+ emoji_index: !!python/name:material.extensions.emoji.twemoji
+ emoji_generator: !!python/name:material.extensions.emoji.to_svg
77
options:
78
custom_icons:
79
- site/overrides/.icons
tests/test_requirements.txt
@@ -4,6 +4,7 @@ codecov
4
click
5
xlrd>=1.0.0
6
openpyxl
7
+pyarrow
8
# linting
9
pyflakes
10
# documentation
0 commit comments