Skip to content
New issue

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

Delete releasenotes directory (more openstack leftovers) #786

Merged
merged 5 commits into from Jan 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -18,4 +18,3 @@ ChangeLog
doc/source/api
.*.sw?
AUTHORS
releasenotes/build
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,4 +1,4 @@
exclude: ^(examples|tools|doc|releasenotes)
exclude: ^(examples|tools|doc)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
Expand Down
6 changes: 0 additions & 6 deletions releasenotes/notes/add-pycrypto-warn-c430f40f1d0fb44a.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions releasenotes/notes/add-url-in-json-64f90161ab613a54.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions releasenotes/notes/add-url-in-yaml-0bfdcc93f5b6d118.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions releasenotes/notes/add_reno-b8585fc3ffe775cb.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions releasenotes/notes/target-in-ini-81802418b1cc970f.yaml

This file was deleted.

Empty file.
Empty file.
261 changes: 0 additions & 261 deletions releasenotes/source/conf.py

This file was deleted.

21 changes: 0 additions & 21 deletions releasenotes/source/index.rst

This file was deleted.

5 changes: 0 additions & 5 deletions releasenotes/source/unreleased.rst

This file was deleted.

6 changes: 1 addition & 5 deletions tox.ini
Expand Up @@ -65,13 +65,9 @@ commands=
# [H106] Don't put vim configuration in source files.
# [H203] Use assertIs(Not)None to check for None.
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,releasenotes
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
enable-extensions = H106,H203

[testenv:releasenotes]
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

[testenv:pylint]
commands = -pylint --rcfile=pylintrc bandit

Expand Down