Fix a regression in building the documentation.

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

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.

Summary ID
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
Description From Last Updated

Should we put a comment in

maubinmaubin

Is it worthwhile to add a comment explaining why we're ignoring everything inside of this?

maubinmaubin
david
  1. Ship It!
  2. 
      
maubin
  1. 
      
  2. Show all issues

    Should we put a comment in

  3. docs/manual/data/data/.gitignore (Diff revision 1)
     
     
    Show all issues

    Is it worthwhile to add a comment explaining why we're ignoring everything inside of this?

  4. 
      
chipx86
david
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (07b6406)
Loading...