This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients docs@python, georg.brandl, r.david.murray, willingc, yselivanov, zach.ware
Date 2015-08-10.13:03:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439211835.61.0.306012435597.issue24832@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  All I do is 'make clean; make html', but I don't see why that would make a difference to the problem on point.  

I didn't know about this make venv thing...that must be newish?  When I try it, that does indeed work.  Building that way produces a 'default.css' in build/html/_static, whereas building without the venv (but with sphinx 1.3.1) does not.  I have no idea why, it doesn't really make sense that that would be the case.

Perhaps the experiment of using the installed sphinx to build the docs is a failure and we should just make using local copies the default again?
History
Date User Action Args
2015-08-10 13:03:55r.david.murraysetrecipients: + r.david.murray, georg.brandl, docs@python, zach.ware, yselivanov, willingc
2015-08-10 13:03:55r.david.murraysetmessageid: <1439211835.61.0.306012435597.issue24832@psf.upfronthosting.co.za>
2015-08-10 13:03:55r.david.murraylinkissue24832 messages
2015-08-10 13:03:55r.david.murraycreate