#readthedocs

/

      • keimlink_ has quit
      • takotuesday joined the channel
      • takotuesday has quit
      • kushal joined the channel
      • bibhas joined the channel
      • bibhas joined the channel
      • gregmuellegger joined the channel
      • dan- joined the channel
      • dan- joined the channel
      • ojii joined the channel
      • keimlink joined the channel
      • f10w has quit
      • f10w joined the channel
      • f10w has quit
      • keimlink has quit
      • keimlink joined the channel
      • f10w joined the channel
      • takotuesday joined the channel
      • takotuesday has quit
      • gregmuellegger has quit
      • blazar joined the channel
      • gregmuellegger joined the channel
      • gregmuellegger has quit
      • takotuesday joined the channel
      • stevejohnson joined the channel
      • Guest34048 has quit
      • sjk joined the channel
      • stevejohnson has quit
      • stevejohnson joined the channel
      • tacotuesday joined the channel
      • tacotuesday is now known as Guest43866
      • bibhas joined the channel
      • bibhas has quit
      • bibhas joined the channel
      • takotuesday has quit
      • ericholscher
      • sils joined the channel
      • bibhas has quit
      • jMyles joined the channel
      • bibhas joined the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] ericholscher pushed 3 new commits to master: http://git.io/vt3Yb
      • NOTICE: readthedocs.org/master cac6ff8 Gregor Müllegger: Fixed #1369 -- Updating bzr dependency from 2.5b4 to 2.6
      • NOTICE: readthedocs.org/master 3c477aa Gregor Müllegger: Removing pip switches --allow-external and --allow-unverified as they are no longer needed.
      • NOTICE: readthedocs.org/master ed95bb5 Eric Holscher: Merge pull request #1377 from gregmuellegger/issue/1369...
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] ericholscher pushed 2 new commits to master: http://git.io/vt3OL
      • NOTICE: readthedocs.org/master 9ab7862 Gregor Müllegger: Removing vcs contribution backends. Their last usage was removed in commit 44061e62b94c0eebb1c9bc994060d556b9de82ec.
      • NOTICE: readthedocs.org/master f95af85 Eric Holscher: Merge pull request #1376 from gregmuellegger/removing-contribution-backends...
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] ericholscher pushed 14 new commits to master: http://git.io/vt3GB
      • NOTICE: readthedocs.org/master c5bed3d Gregor Müllegger: Adjusting url kwargs in urls.py to be consistent. Using project_id_or_slug instead of pk for generic_build and using project_slug instead of project for random_page.
      • NOTICE: readthedocs.org/master 1169c33 Gregor Müllegger: Using defined constants for pattern matching in readthedocs/urls.py. That shall avoid using different regexes for the same desired pattern type (like version_slug)
      • NOTICE: readthedocs.org/master 73cf3d4 Gregor Müllegger: Adding failing test as evidence for #1176.
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] ericholscher pushed 9 new commits to master: http://git.io/vt3nB
      • NOTICE: readthedocs.org/master 93c85f5 Gregor Müllegger: Fixed #1062 -- Also catching 'stable' as special version name that needs special casing for "edit on github" links.
      • NOTICE: readthedocs.org/master b1247da Gregor Müllegger: Make get_github/bitbucket_username_repo functions independent of version model.
      • NOTICE: readthedocs.org/master 2f15838 Gregor Müllegger: Be sure to mark STABLE version as type='tag' by default.
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] ericholscher created sphinx-markdown-support (+1 new commit): http://git.io/vt3Xg
      • NOTICE: readthedocs.org/sphinx-markdown-support d7cfe1a Eric Holscher: Update instructions for Sphinx & markdown support
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] ericholscher pushed 1 new commit to sphinx-markdown-support: http://git.io/vt3Mb
      • NOTICE: readthedocs.org/sphinx-markdown-support b16551c Eric Holscher: Default to Sphinx docs
      • RTDGitHubBot has left the channel
      • untitaker joined the channel
      • stevejohnson has quit
      • stevejohnson joined the channel
      • ElTopo
        agj, ericholscher: is there a reason rtd is still using djcelery?
      • is this the case for the production isntance of rtd?
      • ericholscher
        ElTopo: likely because we haven't had time to upgrade/fix it?
      • ElTopo
        ericholscher: fair enough :)
      • maybe that is something I could assist in at some point
      • ericholscher
        that would be great :)
      • ElTopo: a good starting point would be a ticket explaining why we should upgrade
      • so it doesn't get lost
      • ElTopo
        ericholsher: i will be happy to file an issue on the github page for that :)
      • ericholscher
      • in the meantime, if I wanted to test the configuration with django-celery and a redis broker, it appears a lot of the configuration are already baked into rtd and that a celery.py file is not needed for the djcelery use case
      • but running rtd locally, it appears the builds are not deferred to a celery worker when one is running and listening to the redis broker
      • ericholscher
        we use specific queues for different build objects, so you need to make sure celery is listening on the proper queue -- which should likely be documented
      • 'builder', 'celery', 'default' and 'web' are all used
      • so need to be passed to -Q
      • ElTopo
        ericholscher: cool let me look into this, thanks!
      • ericholscher: there appears to be only one queue 'celery' https://github.com/rtfd/readthedocs.org/blob/87...
      • ericholscher
        celery allows dynamic queues
      • ElTopo
      • these seem to be static though
      • ericholscher
      • ElTopo
        ahh
      • jMyles has quit
      • sils has quit
      • blazar has quit
      • jodal
        does rtd have a new build environment? suddenly, graphviz is no longer available, and thus pygraphviz and sphinx.ext.graphviz doesn't work
      • ericholscher
        yea, we rolled our builders to a new salt config -- likely need to add graphviz
      • will fix it now
      • hmm
      • seems to be installing graphviz
      • jodal
      • agj
        likely missing dev headers?
      • ericholscher
        ah, probably need the dev
      • we have graphviz-dev
      • needs libgraphviz-dev? silly
      • agj
        aye, looks it
      • ericholscher
        jodal: should be fixed
      • sorry about that
      • bibhas has quit
      • jodal
        no problem :-)
      • ojii has quit
      • stevejohnson has quit
      • stevejohnson joined the channel
      • rwall has quit
      • rwall joined the channel
      • stevejohnson has quit
      • stevejohnson joined the channel
      • ElTopo joined the channel
      • tacotuesday joined the channel
      • tacotuesday is now known as Guest97501
      • ElTopo has quit
      • Guest97501 has quit