Ticket #274 (new enhancement)

Opened 3 years ago

Last modified 2 years ago

Want configurable module search path

Reported by: dcrosta@sccs.swarthmore.edu Assigned to: athomas
Priority: normal Component: PyDocPlugin
Severity: trivial Keywords:
Cc: dcrosta@sccs.swarthmore.edu Trac Release: 0.8

Description

It'd be cool to have an option in the [pydoc] section of trac.ini to set the search path that PyDocPlugin uses, rather than having to change the global sys.path.

Attachments

Change History

08/23/06 11:45:15 changed by anonymous

  • release set to 0.8.

It would be fantastic if that path could include locations in the subversion repository associated with trac.

12/24/06 00:24:18 changed by athomas

This would be quite difficult to achieve as PyDocPlugin works by importing modules and extracting the doc strings. An SVN import mechanism would be necessary, but also probably quite risky.


Add/Change #274 (Want configurable module search path)




Change Properties
Action