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
Support configuring a path containing python scripts to be included in the documentation. The path will be added to the python path in the documents before rendering.
Allow specifying a python path per package and on the command-line
Extend package definition with python path
Extend command line options with default python path
Extend renderer to include python paths in templates
Extend documentation
The text was updated successfully, but these errors were encountered:
The imports argument in the constructor of Template can be used to add arbitrary python code at the start of the generated template code. Due to the use of caching, we need to also set this in the TemplateLookup instances. As we only have a single instance of TemplateLookup for documents, start with always inserting the python path for all packages. If the need arises, we can always improve.
Support configuring a path containing python scripts to be included in the documentation. The path will be added to the python path in the documents before rendering.
Allow specifying a python path per package and on the command-line
The text was updated successfully, but these errors were encountered: