docker-readthedocs icon indicating copy to clipboard operation
docker-readthedocs copied to clipboard

Could you update the readthedocs please

Open boujrafh opened this issue 3 years ago • 1 comments

Hello,

thank you for your github but when i execute de docker-compose up -d. it's doesn't work. please

i have this error below :

Collecting django-redis-cache==1.6.3
  Downloading django-redis-cache-1.6.3.tar.gz (13 kB)
ERROR: Could not find a version that satisfies the requirement django-mailgun==0.2.2 (from -r /app/requirements/deploy.txt (line 6)) (from versions: none)
ERROR: No matching distribution found for django-mailgun==0.2.2 (from -r /app/requirements/deploy.txt (line 6))
The command '/bin/sh -c wget -q --no-check-certificate -O -         https://github.com/rtfd/readthedocs.org/archive/${RTD_REF}.tar.gz |         tar -xzf - --strip-components 1 &&     $PIP install -U -r $APPDIR/requirements/deploy.txt &&     $PIP install elasticsearch==1.7.0 &&     $PIP install git+https://github.com/rtfd/readthedocs-sphinx-ext.git' returned a non-zero code: 1
ERROR: Service 'readthedocs' failed to build : Build failed

boujrafh avatar Dec 12 '21 22:12 boujrafh

I'd like to, but it needs time..

If you are familiar with python - you can try patching requirements/deploy.txt to use 0.2.3 of django-mailgun (or django-mailgun-provider?) But that will likely just be a first issue you have to deal with.

Jmennius avatar Dec 14 '21 16:12 Jmennius