diff options
author | rebortg <github@ghlr.de> | 2021-11-04 15:17:23 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-11-04 15:23:08 +0100 |
commit | fb898eabd827b5dfc15aacbefc8b7be67f18ee2f (patch) | |
tree | e9e1d8b9561665a5433f6c66f66d1b66ef74c2da | |
parent | e03c9f9cd6cbc42e642de03416ce0ff82583391a (diff) | |
download | vyos-documentation-fb898eabd827b5dfc15aacbefc8b7be67f18ee2f.tar.gz vyos-documentation-fb898eabd827b5dfc15aacbefc8b7be67f18ee2f.zip |
requirements: pin docutils to <0.18 due build error
(cherry picked from commit 3d10330fa3aa580c6e33c199fbcb3f70df793e95)
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index a5a4e3a3..7bb02202 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,6 @@ Sphinx>=1.4.3 sphinx-rtd-theme setuptools docutils +lxml +sphinx-notfound-page +docutils<0.18 |