#14148 closed enhancement (fixed)
Print location of output from documentation building
Reported by: | jhpalmieri | Owned by: | mvngu |
---|---|---|---|
Priority: | minor | Milestone: | sage-5.8 |
Component: | documentation | Keywords: | documentation |
Cc: | Merged in: | sage-5.8.beta1 | |
Authors: | John Palmieri | Reviewers: | Anne Schilling |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
#6495 removed the message "Build finished. The built documents can be found in ...". Perhaps we should restore this.
Attachments (1)
Change History (6)
Changed 9 years ago by
comment:1 follow-up: ↓ 2 Changed 9 years ago by
- Status changed from new to needs_review
comment:2 in reply to: ↑ 1 Changed 9 years ago by
comment:3 Changed 9 years ago by
- Keywords documentation added
- Reviewers set to Anne Schilling
- Status changed from needs_review to positive_review
comment:4 Changed 9 years ago by
- Merged in set to sage-5.8.beta1
- Resolution set to fixed
- Status changed from positive_review to closed
comment:5 Changed 9 years ago by
It would make much more sense if the messages were printed at the end of (the whole) docbuilding; just restoring the previous code means they now appear even more "in the middle" (between messages for other parts of the documentation).
FWIW, the locations hardly ever change anyway.
Note: See
TracTickets for help on using
tickets.
Very nice! I tried it out and it worked!
Anne