We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283d05f commit 09bae19Copy full SHA for 09bae19
docs/conf.py
@@ -17,6 +17,8 @@
17
"myst_parser",
18
]
19
20
+myst_enable_extensions = ["linkify"]
21
+
22
# The master toctree document
23
master_doc = "index"
24
requirements.txt
@@ -1,5 +1,6 @@
1
Sphinx
2
MyST-Parser
3
furo
4
+linkify-it-py
5
sphinx-copybutton
6
sphinx-autobuild
0 commit comments