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

Lines changed: 0 additions & 37 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)