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.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
Commits
docs/manual/data/data/.gitignore |
---|