d3bc42483a
- add py3 to tox.ini (gate already tests py3) - move all tests to $GITROOT/test so they can all run through testr - add scrapy to test-requirements.txt to support sitemap tests - move tests from test_items.py to test_sitemap_file.py - fix broken sitemap tests - add newton to list of old releases in sitemap_file.py - ignore flake8 H101 as it returns false positives for Sphinx conf.py - Use openstackdocstheme for docs - Update sitemap README - Restructure repo docs - fix minor style issues Change-Id: I22c018149b2eefde6ca5c38c22ac06886fe9a7a8
42 lines
522 B
Plaintext
42 lines
522 B
Plaintext
.DS_Store
|
|
.venv
|
|
|
|
# Packages
|
|
*.py[cod]
|
|
*.egg
|
|
/.eggs
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
sdist
|
|
|
|
# Unit test / coverage reports
|
|
.cache
|
|
.coverage
|
|
.tox
|
|
.testrepository
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
|
|
# Autohelp
|
|
autogenerate_config_docs/venv
|
|
autogenerate_config_docs/sources
|
|
autogenerate_config_docs/*-conf-changes-*.xml
|
|
|
|
# sitemap
|
|
sitemap/sitemap_docs.openstack.org.xml
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# repo pulled down by doc-tools-update-cli-reference
|
|
openstack-manuals
|