-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move docs test workflow and rm obsolete docs processes
This does: * Adds a docs test workflow in the ci.yml * Removes docs test from test.yml workflow (which tests the plugin) * Deprecate --docs feature from plugin-template * remove docs_test option * remove template/docs * remove template/bootstrap/docs legacy content * remove ci_update_docs * make it no-ops * Update various info across files Closes: #901
- Loading branch information
Showing
24 changed files
with
79 additions
and
404 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 |
---|---|---|
|
@@ -22,7 +22,6 @@ jobs: | |
matrix: | ||
env: | ||
- TEST: pulp | ||
- TEST: docs | ||
- TEST: azure | ||
- TEST: gcp | ||
- TEST: s3 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,3 @@ values = | |
|
||
[bumpversion:file:./setup.py] | ||
|
||
[bumpversion:file:./docs/conf.py] |
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
Empty file.
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
3 changes: 0 additions & 3 deletions
3
templates/docs/doc_requirements.txt.j2 → templates/bootstrap/doc_requirements.txt.j2
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 |
---|---|---|
@@ -1,5 +1,2 @@ | ||
{% include 'header.j2' %} | ||
-r requirements.txt | ||
towncrier | ||
|
||
pulp-docs @ git+https://github.com/pulp/pulp-docs@main |
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,12 @@ | ||
# Welcome to Pulp {{ plugin_label | upper }} | ||
|
||
The `{{ plugin_label | upper }}` plugin extends pulpcore to support hosting python packages. | ||
This plugin is a part of the Pulp Project, and assumes some familiarity with the | ||
[pulpcore documentation](site:pulpcore/). | ||
|
||
If you are just getting started, we recommend: | ||
|
||
- [Getting Started with {{ plugin_label | upper }}](site:{{ plugin_name }}/docs/tutorials/getting-started.md), | ||
for a starting out with a common use case. | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.