You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow users to define the content of a needs.json file and to keep multiple of these configurations available without making changes in the conf.py file, dynamic needs.json builders shall be registerable.
To allow users to define the content of a needs.json file and to keep multiple of these configurations available without making changes in the
conf.py
file, dynamicneeds.json
builders shall be registerable.Example
conf.py
:The different builders shall be available by their
key
.Example:
sphinx-build -b my_needs . _build/
ormake my_needs
.contains
defines a list of values, which shall be part of the file. All not-mentioned values are not taken into account.excludes
takes everything into account, also allinternal
values. But removes the defined values.filename
is the name of the file under which the data gets stored.needs.json
is not allowed, as aneeds.json
shall follow a certain standard.The text was updated successfully, but these errors were encountered: