Skip to content
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

Update PR links to use single-language #12025

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion .github/workflows/pr-preview-links.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Read the Docs Pull Request Preview
name: Read the Docs PR Preview
on:
pull_request_target:
types:
Expand All @@ -16,6 +16,7 @@ jobs:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "docs"
single-language: "true"
message-template: |
---
:books: Documentation previews :books:
Expand All @@ -25,5 +26,6 @@ jobs:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "dev"
single-language: "true"
message-template: |
- Developer's documentation (\`dev\`): {docs-pr-index-url}
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from multiproject.utils import get_project

sys.path.append(os.path.abspath("_ext"))

extensions = [
"multiproject",
"myst_parser",
Expand Down