We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a basic docsite and readthedocs config in this repo. There's also a noxfile that includes a build session.
The current readthedocs (rtd) config uses the default mkdocs configuration. It would be preferable to use the nox session instead because it runs in strict mode. This means the same environment in ci, rtd, and local user builds. Here is an example of how we can use the nox session in the rtd config: https://github.com/ansible/docsite/blob/603f2baa6c76f8651e2fdfb0e9b8a696d37843f0/.readthedocs.yaml#L11
The text was updated successfully, but these errors were encountered:
I've gone ahead and imported the project into readthedocs and added it to the ansible namespace. The docsite is available at https://ansible.readthedocs.io/projects/awx-operator-helm/
ansible
Sorry, something went wrong.
No branches or pull requests
There is a basic docsite and readthedocs config in this repo. There's also a noxfile that includes a build session.
The current readthedocs (rtd) config uses the default mkdocs configuration. It would be preferable to use the nox session instead because it runs in strict mode. This means the same environment in ci, rtd, and local user builds. Here is an example of how we can use the nox session in the rtd config: https://github.com/ansible/docsite/blob/603f2baa6c76f8651e2fdfb0e9b8a696d37843f0/.readthedocs.yaml#L11
The text was updated successfully, but these errors were encountered: