800ea0aa05
For using opendev-tox-docs, jobs need to publish to a "html" subdirectory, update the docs-site and specs jobs. Update .gitignore for this. Update python files to use yaml.safe_load to avoid a warning. Remove unused docs environment from tox.ini. Depends-On: https://review.opendev.org/682213 Change-Id: I8d7032a6e836ec26f347d16abd600514089a677b
12 lines
95 B
Plaintext
12 lines
95 B
Plaintext
.DS_Store
|
|
*.sw?
|
|
*~
|
|
*.pyc
|
|
.tox/
|
|
.test/
|
|
/.project
|
|
/.pydevproject
|
|
*.egg
|
|
specs/html
|
|
docs-site/html
|