Skip to content

Commit 9d23591

Browse files
authored
Docs: make URLs not linkable (#11553)
These URLs are just examples to communicate how the URLs would be for subprojects, but they don't exist. I'm marking them as code, so links are not generated for them. Closes #11358
1 parent fb7362f commit 9d23591

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user/subprojects.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This is useful for:
1515

1616
For a main project ``example-project``, a subproject ``example-project-plugin`` can be made available as follows:
1717

18-
* Main project: https://example-project.readthedocs.io/en/latest/
19-
* Subproject: https://example-project.readthedocs.io/projects/plugin/en/latest/
18+
* Main project: ``https://example-project.readthedocs.io/en/latest/``
19+
* Subproject: ``https://example-project.readthedocs.io/projects/plugin/en/latest/``
2020

2121
.. seealso::
2222

@@ -38,8 +38,8 @@ If the example project ``example-project`` was set up with a custom domain,
3838
``docs.example.com``, the URLs for projects ``example-project`` and ``example-project-plugin`` with alias ``plugin`` would
3939
respectively be at:
4040

41-
* ``example-project``: https://docs.example.com/en/latest/
42-
* ``example-project-plugin``: https://docs.example.com/projects/plugin/en/latest/
41+
* ``example-project``: ``https://docs.example.com/en/latest/``
42+
* ``example-project-plugin``: ``https://docs.example.com/projects/plugin/en/latest/``
4343

4444
Using aliases
4545
-------------

0 commit comments

Comments
 (0)