Skip to content

Add note about lack of support for private repos #5726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/intro/import-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Importing Your Documentation
:description lang=en: Import your existing technical documentation from version control into Read the Docs.


To import a documentation repository, visit your `Read the Docs dashboard`_ and click Import_.
To import a public documentation repository, visit your `Read the Docs dashboard`_ and click Import_. Private
repositories are not supported.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of saying that private repos are not supported at all, we should link to https://docs.readthedocs.io/page/commercial/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call. Great place to tell users about commercial solution. I would have found it there myself.



If you have :doc:`connected your Read the Docs account <../connected-accounts>` to GitHub, Bitbucket, or GitLab,
you will see a list of your repositories that we are able to import.
Expand Down