diff options
author | Don Naro <dnaro@redhat.com> | 2023-09-05 23:07:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 23:07:32 +0200 |
commit | 5733f78fd8341e91722ce8cabb0e6aaea760e0e9 (patch) | |
tree | 175a2027e5382acea059abe31786668261ff03a7 /.gitignore | |
parent | Add check for building docsite (#14406) (diff) | |
download | awx-5733f78fd8341e91722ce8cabb0e6aaea760e0e9.tar.xz awx-5733f78fd8341e91722ce8cabb0e6aaea760e0e9.zip |
Add readthedocs configuration (#14413)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 7308b4c193..b41763166c 100644 --- a/.gitignore +++ b/.gitignore @@ -166,5 +166,6 @@ use_dev_supervisor.txt awx/ui_next/src awx/ui_next/build -# Docs build -docs/docsite/build/
\ No newline at end of file +# Docs build stuff +docs/docsite/build/ +_readthedocs/ |