diff options
author | rebortg <github@ghlr.de> | 2021-11-04 15:17:23 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-11-04 15:21:30 +0100 |
commit | 6d6af6cc3cd10123e238da8c7191e4023521e3e5 (patch) | |
tree | dee41c57acd12873d66d8eab88d1b622450eddec /requirements.txt | |
parent | 73fa4a6b60519071f027385d4f742d78b3a14611 (diff) | |
download | vyos-documentation-6d6af6cc3cd10123e238da8c7191e4023521e3e5.tar.gz vyos-documentation-6d6af6cc3cd10123e238da8c7191e4023521e3e5.zip |
requirements: pin docutils to <0.18 due build error
(cherry picked from commit 3d10330fa3aa580c6e33c199fbcb3f70df793e95)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 03b34c63..7bb02202 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ setuptools docutils lxml sphinx-notfound-page +docutils<0.18 |