mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
fixup! Use Sphinx to revamp the documentation
This commit is contained in:
parent
ff68180791
commit
e78959ff00
1 changed files with 4 additions and 3 deletions
|
@ -5,9 +5,10 @@
|
||||||
import sphinx_rtd_theme
|
import sphinx_rtd_theme
|
||||||
import os
|
import os
|
||||||
|
|
||||||
extensions = [
|
extensions = ["sphinx_rtd_theme", "myst_parser"]
|
||||||
"sphinx_rtd_theme",
|
|
||||||
"myst_parser",
|
myst_enable_extensions = [
|
||||||
|
"colon_fence",
|
||||||
]
|
]
|
||||||
|
|
||||||
myst_enable_extensions = ["colon_fence"]
|
myst_enable_extensions = ["colon_fence"]
|
||||||
|
|
Loading…
Reference in a new issue