-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related: ansible/team-devtools#100
- Loading branch information
Showing
89 changed files
with
1,120 additions
and
886 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
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,8 +1,11 @@ | ||
myst-parser >= 0.16.1 | ||
pipdeptree >= 2.2.1 | ||
sphinx >= 4.4.0 | ||
sphinx-ansible-theme >= 0.9.1 | ||
sphinx-rtd-theme >= 1.0.0, < 2.0.0 # 1.0.0 broke rendering | ||
sphinxcontrib-apidoc >= 0.3.0 | ||
sphinxcontrib-programoutput2 >= 2.0a1 | ||
|
||
cairosvg | ||
markdown-exec>=1.0.0 | ||
mkdocs-gen-files>=0.4.0 | ||
mkdocs-material-extensions>=1.1.1 | ||
mkdocs-material>=9.0.6 | ||
mkdocs>=1.4.2 | ||
mkdocstrings-python>=0.8.3 | ||
mkdocstrings>=0.20.0 | ||
pillow | ||
pipdeptree>=2.3.3 | ||
pymdown-extensions>=9.9.2 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -198,7 +198,6 @@ repos: | |
- pyyaml | ||
- rich>=13.2.0 | ||
- ruamel.yaml | ||
- sphinx | ||
- typing_extensions | ||
- wcmatch | ||
- yamllint | ||
|
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,52 +1,23 @@ | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html | ||
# for details | ||
|
||
--- | ||
# Required | ||
version: 2 | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
# keep dirhtml for nice URLs without .html extension | ||
builder: dirhtml | ||
configuration: docs/conf.py | ||
mkdocs: | ||
fail_on_warning: true | ||
|
||
# Build documentation with MkDocs | ||
#mkdocs: | ||
# configuration: mkdocs.yml | ||
# fail_on_warning: true | ||
|
||
# Optionally build your docs in additional formats | ||
# such as PDF and ePub | ||
formats: [] | ||
|
||
submodules: | ||
include: all # [] | ||
exclude: [] | ||
recursive: true | ||
configuration: mkdocs.yml | ||
|
||
build: | ||
# when using pre_build, "image:" is not supported and os and tools are required | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.10" | ||
jobs: | ||
pre_build: | ||
- pip install '.[docs,test]' | ||
- ansible-lint -L -f docs | ||
# Optionally set the version of Python and requirements required | ||
# to build docs | ||
# python: | ||
# version: "3.9" | ||
# install: | ||
# # On https://readthedocs.org/dashboard/ansible-lint/environmentvariables/ we | ||
# # do have PIP_CONSTRAINTS=.config/requirements.txt which ensures we install only | ||
# # pinned requirements that that we know to be working. | ||
# - method: pip | ||
# path: . | ||
# extra_requirements: | ||
# - docs | ||
# - test | ||
# system_packages: false | ||
python: "3.11" | ||
commands: | ||
- pip install --user tox | ||
- python3 -m tox -e docs -- --strict --site-dir=_readthedocs/html/ | ||
python: | ||
system_packages: false | ||
install: | ||
- method: pip | ||
path: tox | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- docs |
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 @@ | ||
[32mHello World |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.