-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up contributing docs and use RTD for pull request previews (#1798)
* Purge obsolete theme items and Netlify; Bump version * Add pre-requisites and references to contributing to Plone in general * Remove obsolete `make docs` and `bin/sphinxbuilder` * Simplify Contributing * news * Purge Netlify * Add RTD pull request preview workflow * Use RTD to build docs and pull request previews * Fix project slug * Attempt to trigger RTD PR preview * Override docutils pin from Zope * Attempt to get all tests to pass with a special config for Plone 6 on Python 3.8 * Compare against `origin/main` * Remove Python 3.7 section
- Loading branch information
1 parent
86e6241
commit 602ccc6
Showing
12 changed files
with
108 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# .github/workflows/rtd-pr-preview.yml | ||
name: readthedocs/actions | ||
on: | ||
pull_request_target: | ||
types: | ||
- opened | ||
# Execute this action only on PRs that touch | ||
# documentation files. | ||
# paths: | ||
# - "docs/**" | ||
|
||
permissions: | ||
pull-requests: write | ||
|
||
jobs: | ||
documentation-links: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: readthedocs/actions/preview@v1 | ||
with: | ||
project-slug: "plonerestapi" | ||
single-version: "true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Update contributing docs for Plone 6, and switch from Netlify to Read the Docs for pull request previews. @stevepiercy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[buildout] | ||
extends = | ||
https://dist.plone.org/release/6.0.11.1/versions.cfg | ||
base.cfg | ||
|
||
[instance] | ||
recipe = plone.recipe.zope2instance | ||
zodb-temporary-storage = off | ||
|
||
[versions] | ||
pygments = 2.14.0 | ||
plone.app.linkintegrity = 4.0.3 | ||
robotframework-browser = 17.5.2 | ||
robotframework-assertion-engine = 2.0.0 | ||
robotframework-debuglibrary = 2.3.0 | ||
robotframework-pythonlibcore = 4.2.0 | ||
grpcio-tools = 1.59.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters