Opened 10 years ago
Last modified 8 years ago
#13127 new defect
find and fix memory leak in docbuilding
Reported by: | jhpalmieri | Owned by: | mvngu |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | documentation | Keywords: | sphinx |
Cc: | hivert | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
It seems that there is a memory leak when building the documentation. This might be caused by the intersphinx extension (enabled at #9128). We should track this down and fix it.
See #13057 for some relevant discussion. The patch there turned off the intersphinx extension during introspection, in part because of this memory leak. If we can fix the problem, we can reenable this extension, thus enabling commands like sage.algebras.group_algebra_new.GroupAlgebra.one_basis?
to display links in the notebook.
Change History (4)
comment:1 Changed 9 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:2 Changed 8 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:3 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:4 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
Note: See
TracTickets for help on using
tickets.