We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d59e82 commit 37b0961Copy full SHA for 37b0961
.readthedocs.yml
@@ -1,9 +1,17 @@
1
+version: 2
2
+
3
build:
4
image: latest
5
6
+formats: all
7
8
+mkdocs:
9
+ configuration: mkdocs.yml
10
+ fail_on_warning: false
11
12
python:
13
version: 3.7
- setup_py_install: true
14
install:
15
- requirements: docs/requirements.txt
16
- method: pip
17
+ path: .
mkdocs.yml
@@ -23,8 +23,8 @@ markdown_extensions:
23
- pymdownx.caret
24
- pymdownx.critic
25
- pymdownx.details
26
- - pymdownx.emoji:
27
- emoji_generator: !!python/name:pymdownx.emoji.to_svg
+ # - pymdownx.emoji:
+ # emoji_generator: !!python/name:pymdownx.emoji.to_svg
28
- pymdownx.inlinehilite
29
- pymdownx.magiclink
30
- pymdownx.mark
0 commit comments