Skip to content

Commit a33c8b5

Browse files
committed
chore: reorganize how doc are being handled in CI (#563)
1 parent 57f7a9a commit a33c8b5

File tree

10 files changed

+10
-373
lines changed

10 files changed

+10
-373
lines changed

.github/workflows/build-test-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ jobs:
131131
run: |
132132
curl -sSL https://install.python-poetry.org | python3 -
133133
poetry install -E docker
134-
poetry run pytest -v --splunk-version=${{ matrix.splunk-version }} -m doc
134+
poetry add --dev sphinx-rtd-theme
135+
poetry add --dev sphinx-panels
136+
poetry run pytest -v -m doc
135137
136138
test-splunk-external:
137139
runs-on: ubuntu-latest

LICENSE

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
pytest-splunk-addon Copyright (c) 2019, Splunk, Inc
2-
31
Apache License
42
Version 2.0, January 2004
53
http://www.apache.org/licenses/
@@ -188,7 +186,7 @@ pytest-splunk-addon Copyright (c) 2019, Splunk, Inc
188186
same "printed page" as the copyright notice for easier
189187
identification within third-party archives.
190188

191-
Copyright {yyyy} {name of copyright owner}
189+
Copyright 2022 Splunk Inc.
192190

193191
Licensed under the Apache License, Version 2.0 (the "License");
194192
you may not use this file except in compliance with the License.

MANIFEST.in

Lines changed: 0 additions & 7 deletions
This file was deleted.

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export PATH="~/.pyenv/bin:$PATH" ;\
66
eval "$(pyenv init -)" ;\
77
pyenv install 3.7.8 ;\
88
pyenv local 3.7.8 ;\
9-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
9+
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
1010
source ~/.poetry/env
1111
sleep 15
1212
poetry install -E docker
13-
exec poetry run pytest -vv $@
13+
exec poetry run pytest -vv $@

0 commit comments

Comments
 (0)