Skip to content

Commit 09bae19

Browse files
committed
Automatically linkify URLs
1 parent 283d05f commit 09bae19

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"myst_parser",
1818
]
1919

20+
myst_enable_extensions = ["linkify"]
21+
2022
# The master toctree document
2123
master_doc = "index"
2224

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Sphinx
22
MyST-Parser
33
furo
4+
linkify-it-py
45
sphinx-copybutton
56
sphinx-autobuild

0 commit comments

Comments
 (0)