Open
Bug 1644036
Opened 6 years ago
Updated 3 years ago
The "Adding Documentation" docs should explain SPHINX_TREES some more - relative or absolute?
Categories
(Developer Infrastructure :: Source Documentation, enhancement)
Developer Infrastructure
Source Documentation
Tracking
(Not tracked)
NEW
People
(Reporter: mstange, Unassigned)
References
(Blocks 1 open bug)
Details
The Adding Documentation page currently gives the example SPHINX_TREES['featureX'] = 'docs'. However, it seems that in some cases, this actually has to be SPHINX_TREES['/featureX'] with an absolute path in order to be picked up. For example, /modules/libpref uses an absolute path.
When are absolute paths needed? If relative paths are used, what are they relative to?
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•