Skip to content

Commit

Permalink
Remove docs-build workaround
Browse files Browse the repository at this point in the history
The workaround was fixed by mkdocstrings-python 1.9.1 and pulp-docs
pinned its dependencies to >=1.9.1

pulp-docs-pin: pulp/pulp-docs#37

[noissue]
  • Loading branch information
pedro-psb authored and mdellweg committed Apr 16, 2024
1 parent ac3acbf commit 717b70a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/scripts/build_all_docs.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# This script builds the documentation site for staging-docs.pulpproject.org

# TODO: this chdir move is a tmp workaround. Remove when no longer needed.
# see: https://github.com/mkdocstrings/python/issues/145
mkdir ../build_dir && pushd ../build_dir

pip install git+https://github.com/pulp/pulp-docs.git
pulp-docs build
tar cvf ../pulpcore/staging-docs.pulpproject.org.tar site

popd
tar cvf staging-docs.pulpproject.org.tar site

0 comments on commit 717b70a

Please sign in to comment.