Skip to content

Move reference labels outside of tabs #9866

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
Changes from all commits
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
24 changes: 18 additions & 6 deletions docs/user/guides/git-integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,31 @@ In this guide, you will find the simple steps to integrating your Read the Docs
If something fails, you can still setup the integration manually.



..
The following references were supposed to go inside tabs, which is
supported here:
https://github.com/readthedocs/readthedocs.org/pull/9675/files#diff-3f9d42f7636de1c3a557a6c7aa047b0eb45790e30eef04eea9eaff08318b75ce

But because of otherwise harmless warnings in ePub builds, we save this
as something that we can fix later once we can ignore those warnings or
sphinx-tabs or sphinx-design can avoid triggering the warning.

Refs comment from @humitos:
https://github.com/readthedocs/readthedocs.org/issues/9816#issuecomment-1369913128

.. _webhook-integration-github:
.. _webhook-integration-bitbucket:
.. _webhook-integration-gitlab:

Provider-specific instructions
------------------------------


.. tabs::

.. tab:: GitHub

.. _webhook-integration-github:

* Go to the :guilabel:`Settings` page for your **GitHub project**
* Click :guilabel:`Webhooks` > :guilabel:`Add webhook`
* For **Payload URL**, use the URL of the integration on your **Read the Docs project**,
Expand All @@ -40,8 +56,6 @@ Provider-specific instructions

.. tab:: Bitbucket

.. _webhook-integration-bitbucket:

* Go to the :guilabel:`Settings` > :guilabel:`Webhooks` > :guilabel:`Add webhook` page for your project
* For **URL**, use the URL of the integration on Read the Docs,
found on the :guilabel:`Admin` > :guilabel:`Integrations` page
Expand All @@ -50,8 +64,6 @@ Provider-specific instructions

.. tab:: GitLab

.. _webhook-integration-gitlab:

* Go to the :guilabel:`Settings` > :guilabel:`Webhooks` page for your GitLab project
* For **URL**, use the URL of the integration on **Read the Docs project**,
found on the :guilabel:`Admin` > :guilabel:`Integrations` page
Expand Down