Modify ↓
Opened 19 years ago
Last modified 18 years ago
#274 new enhancement
Want configurable module search path
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | normal | Component: | PyDocPlugin |
Severity: | trivial | Keywords: | |
Cc: | dcrosta@… | 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 (0)
Change History (2)
comment:1 Changed 18 years ago by
Trac Release: | → 0.8 |
---|
comment:2 Changed 18 years ago by
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.
Note: See
TracTickets for help on using
tickets.
It would be fantastic if that path could include locations in the subversion repository associated with trac.