12:09:32 <marmalodak> I have a large python code base which I want to serve up like a static web page 12:10:06 <marmalodak> further, I want to promote wiki-style documentation along with the doc strings and maybe replace our old wiki with it 12:10:16 <marmalodak> is nikola the right tool for that? 12:14:24 <travis-ci> Wheelhouse build by Chris Warrick: The build passed. See https://travis-ci.org/getnikola/wheelhouse/builds/67828418. 12:15:33 <ChrisWarrick> marmalodak: I’m afraid sphinx is better suited for that 12:16:22 <ChrisWarrick> marmalodak: Nikola can’t do docstrings at all 12:42:09 <ralsina> ChrisWarrick: I don't see why not. 12:42:16 <ralsina> That was about 7.6.0 :-) 18:19:16 <marmalodak> Thanks for the info, ChrisWarrick