]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(docs): prevent a virtual environment from failing a build
authorBoyan Karatotev <boyan.karatotev@arm.com>
Thu, 27 Oct 2022 10:28:23 +0000 (11:28 +0100)
committerBoyan Karatotev <boyan.karatotev@arm.com>
Wed, 16 Nov 2022 14:06:48 +0000 (14:06 +0000)
commit3fd1fe388ee5c7bfe4680ec4584ca7a2d4fa41ce
tree8d3d74e01c699d55df01c42fe3164512ae1c3681
parentfbcbd88eb1fbf677f068094085ad08aa1d446b74
fix(docs): prevent a virtual environment from failing a build

sphinx-build is passed a blanket "." to build all docs. However, if a
virtual environment is placed within the docs directory, sphinx will try
to build it which will fail due to some weird files it has.

This excludes the most common virtual environment directories from the
build to prevent this.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: Ieeb14cfc5730d21c986611feb0ed379c58dfcae2
.gitignore
docs/conf.py