Closed
Bug 964849
Opened 12 years ago
Closed 12 years ago
|min-perl-ver| and similar variables are not replaced in RTD documentation
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: glob, Assigned: gerv)
Details
Attachments
(1 file)
13.33 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
|min-perl-ver| isn't replaced in RTD documentation.
eg. "Running Bugzilla on Windows requires the use of ActiveState Perl |min-perl-ver| or higher."
Assignee | ||
Comment 1•12 years ago
|
||
This is because RTD does not, of course, run makedocs.pl.
We will have to figure out another way of generating a dynamic rst_epilog if we want the docs to continue to specify minimum module versions extracted from the source.
I will ponder.
Gerv
Summary: |min-perl-ver| isn't replaced in RTD documentation → |min-perl-ver| and similar variables are not replaced in RTD documentation
Assignee | ||
Comment 2•12 years ago
|
||
As agreed on the mailing list, remove dynamic insertion of minimum module versions. Also, clean up some module-related text and markup.
Gerv
Attachment #8371416 -
Flags: review?(LpSolit)
![]() |
||
Comment 3•12 years ago
|
||
Comment on attachment 8371416 [details] [diff] [review]
Patch v.1
Nice cleanup! r=LpSolit
Attachment #8371416 -
Flags: review?(LpSolit) → review+
![]() |
||
Updated•12 years ago
|
Flags: approval?
OS: Mac OS X → All
Hardware: x86 → All
Target Milestone: --- → Bugzilla 5.0
Version: unspecified → 4.5.2
Updated•12 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 4•12 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified .bzrignore
modified docs/en/rst/conf.py
modified docs/en/rst/modules.rst
modified docs/en/rst/installation.rst
missing docs/definitions.rst.tmpl
deleted docs/definitions.rst.tmpl
modified docs/makedocs.pl
Committed revision 8912.
Gerv
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•