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

chore: test readthedocs with docs changes #31

Closed
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
3 changes: 3 additions & 0 deletions .github/workflows/readthedocs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ on:
pull_request_target:
types:
- opened
paths:
- docs/**
- README.md
permissions:
pull-requests: write
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
templates_path = ["_templates"]
html_theme_options = {
"announcement": (
"<em>Serious Scaffold Python</em> "
"<em>Serious Scaffold Python</em> 1"
"is in the <strong>Alpha</strong> phase. "
"Frequent changes and instability should be anticipated. "
"Any feedback, comments, suggestions and contributions are welcome!"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ on:
pull_request_target:
types:
- opened
paths:
- docs/**
- README.md
permissions:
pull-requests: write
2 changes: 1 addition & 1 deletion template/docs/conf.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
templates_path = ["_templates"]
html_theme_options = {
"announcement": (
"<em>{{ project_name }}</em> "
"<em>{{ project_name }}</em> 1"
"is in the <strong>{{ development_status }}</strong> phase. "
[%- if development_status == "Alpha" %]
"Frequent changes and instability should be anticipated. "
Expand Down
Loading