Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add bitbucket docs to readthedocs

I have a private bitbucket repo which contains:

/docs
/docs/source
/docs/Makefile
/docs/make.bat/
/docs/source/conf.py
/docs/source/index.rst

I want to add this documentation to readthedocs( i have set up the hook in bitbucket) but when it tries to build it says

Failed to get code from 'https://bitbucket.org/autokada/autokada.git' (git clone): 128

What is wrong and how to do this corectly?

In addition this was all done manualy adding the repo to redthedocs though i have added bitbucket to my social accounts in readthedocs bet when i try to import from bitbucket it says there is nothing and when i try to sync up then this happens:

           .
     ":"
   ___:____     |"\/"|
 ,'        `.    \  /
 |  O        \___/  |
~^~^~^~^~^~^~^~^~^~^~^~^~

Fail.  Check back in a bit!
like image 865
HellOfACode Avatar asked Nov 09 '22 15:11

HellOfACode


1 Answers

ReadtheDocs does not support private repositories. Developer's answer:

We aren't looking to support private repositories with readthedocs.org, we only offer hosting for open source projects. Github and Bitbucket private repository support is built into readthedocs.com

like image 57
Rafa Moyano Avatar answered Jan 04 '23 01:01

Rafa Moyano