NOTICE: [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp
sohail-ahmed has quit
sohail-ahmed joined the channel
untitaker has quit
chandan_kumar has quit
untitaker joined the channel
imexil has quit
^Simon^ has quit
chandan_kumar joined the channel
^Simon^ joined the channel
WouterJ joined the channel
WouterJ has quit
Callek joined the channel
Callek
Hey Guys, so I have a [python] project that has multiple homes. But I want a single sphinx doc built out of all the homes. Is there a way to combine multiple sources of truth, without having a single index of them all into one generated doc?
and/or is there a way to have single snippets included in one main doc without knowing what those snippets are
I can't find any way to "hook" docs/pieces in, at a glance anyway
e.g. my use case currently is a flask app, which imports a bunch of different blueprints, each of which I want to allow to specify their own docs that get added into what we generate sphinx docs for
WouterJ joined the channel
veebers joined the channel
WouterJ has quit
chandan_kumar has quit
basically I want a way to say "for foo in docs.hooks.some_piece: include foo"
exarkun joined the channel
edunham joined the channel
exarkun
Why does this channel exist when everyone is actually in #pocoo?
ericholscher
because #pocoo is mostly questions about flask and other various noise
exarkun
Some folks in #python thought #pocoo was the channel for all pocoo-hosted projects, guess they hadn't yet heard about the creation of this channel.
So I'll re-post my reST/Sphinx question here I guess.
Can a Sphinx `image` target have spaces in it? If so, how? `.. |foo| image:: /foo bar/baz.jpg´ does not work, nor does `.. |foo| image:: /foo\ bar/baz.jpg´, nor does `.. |foo| image:: /foo%20bar/baz.jpg´ (just in case you're crazy).