Skip to content

Commit 092e2e5

Browse files
authored
update pr links (#12028)
- **Update PR links to use single-version** - **Use string** - **WHy won't it run** - **Small docs change to =test** <!-- readthedocs-preview docs start --> --- :books: Documentation previews :books: - User's documentation (`docs`): https://docs--12028.org.readthedocs.build/en/12028/ <!-- readthedocs-preview docs end --> <!-- readthedocs-preview dev start --> - Developer's documentation (`dev`): https://dev--12028.org.readthedocs.build/en/12028/ <!-- readthedocs-preview dev end -->
1 parent 26ee3fa commit 092e2e5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pr-preview-links.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Read the Docs Pull Request Preview
1+
name: Read the Docs PR Preview
22
on:
33
pull_request_target:
44
types:
@@ -16,6 +16,7 @@ jobs:
1616
- uses: readthedocs/actions/preview@v1
1717
with:
1818
project-slug: "docs"
19+
single-language: "true"
1920
message-template: |
2021
---
2122
:books: Documentation previews :books:
@@ -25,5 +26,6 @@ jobs:
2526
- uses: readthedocs/actions/preview@v1
2627
with:
2728
project-slug: "dev"
29+
single-language: "true"
2830
message-template: |
2931
- Developer's documentation (\`dev\`): {docs-pr-index-url}

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from multiproject.utils import get_project
1818

1919
sys.path.append(os.path.abspath("_ext"))
20+
2021
extensions = [
2122
"multiproject",
2223
"myst_parser",

0 commit comments

Comments
 (0)