Skip to content

Commit 37b0961

Browse files
committed
chore: update the readthedocs file to version 2 specifications
1 parent 7d59e82 commit 37b0961

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.readthedocs.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
version: 2
2+
13
build:
24
image: latest
35

6+
formats: all
7+
8+
mkdocs:
9+
configuration: mkdocs.yml
10+
fail_on_warning: false
11+
412
python:
513
version: 3.7
6-
setup_py_install: true
714
install:
815
- requirements: docs/requirements.txt
916
- method: pip
17+
path: .

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ markdown_extensions:
2323
- pymdownx.caret
2424
- pymdownx.critic
2525
- pymdownx.details
26-
- pymdownx.emoji:
27-
emoji_generator: !!python/name:pymdownx.emoji.to_svg
26+
# - pymdownx.emoji:
27+
# emoji_generator: !!python/name:pymdownx.emoji.to_svg
2828
- pymdownx.inlinehilite
2929
- pymdownx.magiclink
3030
- pymdownx.mark

0 commit comments

Comments
 (0)