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 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

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
5b5f6fa6a1095e9c09efba46df11fc900fd0e06a Christian Hammond
docs/manual/data/data/.gitignore
Loading...