Fix a regression in building the documentation.

Review Request #13308 — Created Oct. 5, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

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 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Fix a regression in building the documentation.
With the introduction of `get_data_dir()`, documentation was failing to build, due to the lack of the expected data directory. This change sets the
188ee8b31a2ee5d2f7df052620a90b2476ff0ca6 Christian Hammond
docs/manual/data/data/.gitignore
Loading...