NOTICE: [readthedocs.org] ericholscher pushed 1 new commit to master: http://git.io/vJHcp
NOTICE: readthedocs.org/master a2454dd Eric Holscher: Fix python 3
RTDGitHubBot has left the channel
c74d3 is now known as _8680_
_8680_ is now known as c74d
jMyles joined the channel
adamginsburg joined the channel
bibhas joined the channel
bibhas joined the channel
kushal joined the channel
borneo has quit
borneo joined the channel
jMyles has quit
kennethreitz joined the channel
adamginsburg joined the channel
agj has quit
agj joined the channel
paolo_ is now known as paolo
paolo has quit
paolo joined the channel
kennethreitz has quit
kennethreitz joined the channel
kennethreitz has quit
keimlink joined the channel
honzakral joined the channel
untitaker joined the channel
soulshake joined the channel
ropes joined the channel
SpedgeUK joined the channel
SpedgeUK
Morning folks
adamginsburg joined the channel
honzakral has quit
bowlofeggs
sup
kushal joined the channel
adamginsburg joined the channel
adamginsburg joined the channel
adamginsburg joined the channel
armenzg joined the channel
bmbouter_afk is now known as bmbouter
bmbouter
good morning!
untitaker joined the channel
armenzg has quit
marscher joined the channel
kennethreitz joined the channel
adamginsburg joined the channel
armenzg joined the channel
jMyles joined the channel
astrofrog1 joined the channel
astrofrog1
hi there
ericholscher: would it be possible to update MPL on RTD to >=1.4? There were some bugs with the plot directive that have been fixed in that version, and 1.4 has now been out for a bit
hawkowl
ericholscher: hi! when editing the list of branches for Twisted, rtd gets suuuuuuper slow
ericholscher: the branches that RTD builds, that is
i'm guessing that's maybe expected?
astrofrog1
ericholscher: would it also be possible to update setuptools to the latest version? I have some dependencies in my pip requirements file that are failing with the error: The required version of setuptools (>=14.3.1) is not available
kennethreitz has quit
armenzg has quit
armenzg joined the channel
keimlink_ joined the channel
keimlink_ has quit
keimlink has quit
jMyles joined the channel
jMyles has quit
jMyles joined the channel
ericholscher
hawkowl: aye, i'm guessing you have a ton -- we should probably figure out a way to prune them
astrofrog1: aye, we should update *all the versions*:)
hawkowl
ericholscher: yeah we have a lot of branches on our github even
ericholscher: we prune from svn but pruning from github is more interesting
ericholscher: in the meantime i figured out that editing the url is a bit quicker
(editing /version/<version>/ to point to the new one i want)
does rtd have an api? *checks*
ericholscher
not a good one
it's on the list
hawkowl
right
a use case for me is automatically adding the branch to the tag + setting it as the default for going to twisted.rtfd.org as part of the release process scripting
ericholscher
yea, in theory we should be doing that automagically as your stable release, but i'm guessing our parsing is not handling your tag names properly
i still need to figure out what non-twisted people do about api docs
ericholscher
can it output to json or some intermediary format other than HTML for pulling docstrings?
and does it parse instead of import the code?
hawkowl
ericholscher: it does something with sphinx inventories
ericholscher
hawkowl: well, we actually are close to releasing a new sphinx api gen tool that uses epydoc -- but it seems old and unmaintained, but we wanted to parse stuff instead of import it