Opened 7 years ago
Last modified 3 years ago
#13012 new enhancement
Allow direct docutils configuration
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 1.7.1 |
Component: | wiki system | Version: | |
Severity: | normal | Keywords: | docutils |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Add an option for the path to a docutils configuration file. This isn't strictly needed because there are other ways to specify a configuration, but it might be a convenience.
Discussed in gmessage:trac-users:bxWbIZwZbh0/VHnIdD-4AAAJ.
Attachments (0)
Change History (8)
comment:1 by , 7 years ago
comment:2 by , 4 years ago
Milestone: | next-major-releases → 1.5.1 |
---|---|
Owner: | set to |
Status: | new → assigned |
I haven't looked at these changes in a while: log:rjollos.git:t13012_docutil_config_file.2 (rebased on current trunk).
I'll add some test coverage for [2dc770827/rjollos.git].
comment:3 by , 4 years ago
Dropped docutils < 0.6 support in r17358. docutils 0.6 was released in 2009, so didn't see a problem dropping support for earlier versions.
If docutils not installed, the entry point is not loaded:
00:04:21 Trac[loader] DEBUG: Skipping "trac.mimeview.rst = trac.mimeview.rst [rest]": DistributionNotFound: The 'docutils>=0.6' distribution was not found and is required by the application
comment:4 by , 4 years ago
Milestone: | 1.5.1 → 1.5.3 |
---|
comment:5 by , 4 years ago
Milestone: | 1.5.3 → 1.7 |
---|
comment:7 by , 3 years ago
Milestone: | 1.7.1 |
---|---|
Owner: | removed |
Status: | assigned → new |
comment:8 by , 3 years ago
Milestone: | → 1.7.1 |
---|
PoC changes: [de9c82c62/rjollos.git]