Skip to content

Commit a566e39

Browse files
authored
🔧 MAINTAIN: Update ReadTheDocs build (#101)
1 parent c238306 commit a566e39

File tree

3 files changed

+3
-39
lines changed

3 files changed

+3
-39
lines changed

.circleci/config.yml

-37
This file was deleted.

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ It can be activated by:
4040

4141
```python
4242
from markdown_it import MarkdownIt
43-
md = MarkdownIt().enable("replacements").enable("smartquotes")
43+
md = MarkdownIt().enable("smartquotes")
44+
md.options["typographer"] = True
4445
```
4546

4647
✨ NEW: Add markdown-it-task-lists plugin, thanks to [@wna-se](https://github.com/wna-se).

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_version():
5252
"psutil",
5353
],
5454
"rtd": [
55-
"myst-nb~=0.10.0",
55+
"myst-nb==0.11.0a1",
5656
"sphinx_book_theme",
5757
"sphinx-panels~=0.4.0",
5858
"sphinx-copybutton",

0 commit comments

Comments
 (0)