Skip to content

Commit

Permalink
[stable-2.15] Remove docs and examples directories (ansible#81011)
Browse files Browse the repository at this point in the history
* Remove docs dir

* Updates to reflect docs removal

* Fix integration test

* Remove examples dir

* Updates to reflect examples removal

* Remove build_library and build-ansible.py

* Remove refs to build_library and build-ansible.py

* Remove obsolete template

* Remove obsolete template reference

* Remove the now obsolete rstcheck sanity test.
(cherry picked from commit 72e038e)

Co-authored-by: Matt Clay <matt@mystile.com>
  • Loading branch information
mattclay committed Jul 12, 2023
1 parent 2b2510b commit 34ad7d2
Show file tree
Hide file tree
Showing 664 changed files with 4 additions and 126,830 deletions.
1 change: 0 additions & 1 deletion .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ stages:
targets:
- test: 1
- test: 2
- test: 3
- stage: Units
dependsOn: []
jobs:
Expand Down
11 changes: 0 additions & 11 deletions .azure-pipelines/commands/sanity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ group2_include=(
validate-modules
)

group3_include=(
docs-build
sanity-docs
)

group1_exclude=(
"${group2_include[@]}"
"${group3_include[@]}"
)

options=()
Expand All @@ -39,11 +33,6 @@ case "${group}" in
options+=(--test "${name}")
done
;;
3)
for name in "${group3_include[@]}"; do
options+=(--test "${name}")
done
;;
esac

# shellcheck disable=SC2086
Expand Down
14 changes: 0 additions & 14 deletions .github/BOTMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,6 @@ files:
.github/BOTMETA.yml:
labels: botmeta
support: core
docs/:
maintainers:
- acozine
docs/docsite/rst/community/:
maintainers:
- gundalow
docs/docsite/rst/dev_guide/:
maintainers:
- gundalow
docs/docsite/rst/network/:
labels: networking
maintainers:
- samccann
docs/docsite/rst/user_guide/windows: *id001
hacking/report.py:
notified: mattclay
hacking/shippable/:
Expand Down
18 changes: 0 additions & 18 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@ include README.rst
include COPYING
include requirements.txt
recursive-include docs *
include docs/docsite/rst/collections/all_plugins.rst
exclude docs/docsite/rst_warnings
exclude docs/docsite/rst/conf.py
exclude docs/docsite/rst/index.rst
exclude docs/docsite/rst/dev_guide/index.rst
exclude docs/docsite/rst/dev_guide/testing/sanity/bin-symlinks.rst
exclude docs/docsite/rst/dev_guide/testing/sanity/botmeta.rst
exclude docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst
exclude docs/docsite/rst/dev_guide/testing/sanity/release-names.rst
recursive-exclude docs/docsite/_build *
recursive-exclude docs/docsite/_extensions *.pyc *.pyo
include examples/hosts
include examples/ansible.cfg
include examples/scripts/ConfigureRemotingForAnsible.ps1
include examples/scripts/upgrade_to_ps3.ps1
recursive-include licenses *.txt
recursive-include packaging *.py *.j2
recursive-include test/integration *
Expand All @@ -30,9 +15,6 @@ recursive-include test/units *
include MANIFEST.in
include changelogs/CHANGELOG*.rst
include changelogs/changelog.yaml
recursive-include hacking/build_library *.py
include hacking/build-ansible.py
include hacking/test-module.py
include hacking/update-sanity-requirements.py
include hacking/templates/*.j2
include bin/*
85 changes: 0 additions & 85 deletions docs/bin/find-plugin-refs.py

This file was deleted.

42 changes: 0 additions & 42 deletions docs/bin/testing_formatter.sh

This file was deleted.

19 changes: 0 additions & 19 deletions docs/docsite/.gitignore

This file was deleted.

Empty file removed docs/docsite/.nojekyll
Empty file.
69 changes: 0 additions & 69 deletions docs/docsite/.templates/banner.html

This file was deleted.

52 changes: 0 additions & 52 deletions docs/docsite/.templates/breadcrumbs.html

This file was deleted.

4 changes: 0 additions & 4 deletions docs/docsite/.templates/version_chooser.html

This file was deleted.

Loading

0 comments on commit 34ad7d2

Please sign in to comment.