Fix a regression in building the documentation.
Review Request #13308 — Created Oct. 5, 2023 and submitted — Latest diff uploaded
With the introduction of
get_data_dir()
, documentation was failing to
build, due to the lack of the expected data directory.This change fixes this by simply adding the directory, along with a
.gitignore
that ignores everything inside of it (as files may be
generated during a docs run).
Successfully built the docs.