Skip to content

Commit

Permalink
Stale old docs publishing and update dev files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pedro-psb authored and mdellweg committed Mar 23, 2024
1 parent ce432e8 commit a68c47c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 71 deletions.
33 changes: 0 additions & 33 deletions .ci/scripts/publish_docs.sh

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,3 @@ jobs:
twine upload dist/*
cd ..
twine upload dist/*
publish-docs:
needs:
- "publish-pypi"
uses: "./.github/workflows/publish_docs.yml"
secrets: "inherit"
28 changes: 0 additions & 28 deletions .github/workflows/publish_docs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test: | tests/cli.toml
pytest -v tests

servedocs:
mkdocs serve -w docs_theme -w pulp-glue/pulp_glue -w pulpcore/cli/common/generic.py
pulp-docs serve -w pulp-glue/pulp_glue -w pulpcore/cli/common/generic.py

site:
mkdocs build
Expand Down
5 changes: 1 addition & 4 deletions doc_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
mkdocs~=1.5.3
mkdocstrings-python~=1.9.0
black==24.3.0
pygments~=2.17.2
pulp-docs @ git+https://github.com/pulp/pulp-docs@main
.
./pulp-glue

0 comments on commit a68c47c

Please sign in to comment.