Opened 9 years ago
Closed 9 years ago
#14245 closed defect (fixed)
Cloning doesn't properly copy the _static doc directory
Reported by: | hivert | Owned by: | mvngu |
---|---|---|---|
Priority: | blocker | Milestone: | sage-5.8 |
Component: | documentation | Keywords: | _static clone |
Cc: | jhpalmieri, leif, niles, hivert, mguaypaq, mhansen | Merged in: | sage-5.8.rc0 |
Authors: | John Palmieri | Reviewers: | Florent Hivert |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
When cloning Sage (eg: for combinat), the doc is copied but not properly:
Before the clone in doc/output/html/en/reference/numerical
there is a symlink _static
to ../_static
. After the clone, it is an empty directory. Also the directories such as
doc/en/reference/algebras/sage doc/en/reference/calculus/sage ...
are note copied at all.
Attachments (1)
Change History (13)
comment:1 Changed 9 years ago by
- Type changed from enhancement to defect
comment:2 Changed 9 years ago by
- Description modified (diff)
- Priority changed from critical to blocker
comment:3 Changed 9 years ago by
- Keywords clone added
- Status changed from new to needs_review
comment:4 Changed 9 years ago by
I'm testing this patch currently but I think I'll give it positive review.
Florent
comment:5 Changed 9 years ago by
Hum ! The problem of copying the _static
directory is fixed but there is another one: There is a lot of
WARNING: toctree contains reference to nonexisting document '...'
and indeed the doc is empty. This should also be fixed. I'm investigating for the cause.
comment:6 Changed 9 years ago by
Ok ! I think I got it. During cloning the directories such as
doc/en/reference/algebras/sage doc/en/reference/calculus/sage ...
are note copied. Sorry I have to go to bed... I'll fix this tomorrow if no one beats me.
comment:7 Changed 9 years ago by
Sorry, I missed that. Here's a better attempt.
comment:8 Changed 9 years ago by
- Description modified (diff)
- Reviewers set to Florent Hivert
- Status changed from needs_review to positive_review
Looks good to me. Thanks !
comment:9 follow-up: ↓ 10 Changed 9 years ago by
I wonder if we should (on another ticket, like #13245) also disable docbuilding altogether when cloning...
comment:10 in reply to: ↑ 9 Changed 9 years ago by
Replying to jhpalmieri:
I wonder if we should (on another ticket, like #13245) also disable docbuilding altogether when cloning...
+N
comment:11 Changed 9 years ago by
- Milestone changed from sage-5.9 to sage-5.8
comment:12 Changed 9 years ago by
- Merged in set to sage-5.8.rc0
- Resolution set to fixed
- Status changed from positive_review to closed
I think this patch will fix the problem. I also think that the sage-clone script could use some attention in general, but now is not the time.