From f7ca195c80296f9766bc1b8c555358b779100783 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Tue, 18 Jun 2024 14:34:23 +0200 Subject: [PATCH] Add PyYAML to doc/requirements.txt The yaml module is needed by the sigtable sphinx extension, so it needs to be added to requirements for the doc build.. Change-Id: I989555d7df8d64168e4e176ca109421eda06884d --- doc/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index eccc937..5bc71f0 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,2 +1,3 @@ sphinx>=2.0.0,!=2.1.0 # BSD openstackdocstheme>=2.2.1 # Apache-2.0 +PyYAML>=3.1.0 # MIT