Skip to content

Commit

Permalink
ci: Use pydoctor for docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-reymann committed May 19, 2024
1 parent 8bf947a commit ae7b6b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ jobs:
- run:
name: Build html documentation
command: |
rm **/*_test.py
mkdir gh-pages
poetry run pdoc3 oauth2_cli_auth -o gh-pages --html --force
echo '<meta http-equiv="refresh" content="0; URL=https://timo-reymann.github.io/python-oauth2-cli-auth/oauth2_cli_auth">' > gh-pages/index.html
poetry run pydoctor
- github-utils/publish_github_pages:
folder: gh-pages/
Expand Down

0 comments on commit ae7b6b9

Please sign in to comment.