aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-05-09 21:10:55 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-05-09 21:33:33 -0400
commit10d6d2860c6abc29000d94f019af35cf931c315d (patch)
tree015c7dd37e3bce252df8acdca77431fc86f1a310 /docs/README.md
parent53f43605ce05efa9c5c3b4403be6bbd23ebdb88c (diff)
downloadmeson-10d6d2860c6abc29000d94f019af35cf931c315d.zip
meson-10d6d2860c6abc29000d94f019af35cf931c315d.tar.gz
meson-10d6d2860c6abc29000d94f019af35cf931c315d.tar.bz2
docs: mention additional python modules needed for building
Also check that they are available in meson.build. Closes #11772
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index f6645d3..169e9cc 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -8,6 +8,10 @@ Minimum required version of hotdoc is *0.8.9*.
Instructions on how to install hotdoc are [here](https://hotdoc.github.io/installing.html).
+Our custom hotdoc extensions require:
+- [chevron](https://pypi.org/project/chevron)
+- [strictyaml](https://pypi.org/project/strictyaml)
+
## Building the documentation
From the Meson repository root dir: