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