Skip to content

Commit

Permalink
Attempt to get docs to generate
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickjansen committed Feb 3, 2022
1 parent ce8c8df commit b707c8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test-cover-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ jobs:

- name: Test auto-generation of documentation.
run: |
pip install -U -r docs/requirements.txt
pipenv install -r docs/requirements.txt
pipenv shell
cd docs && sphinx-apidoc -f -E --templatedir=_templates -o _source .. && make html && cd ..
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = b3u
version = attr: src.b3u.__version__
version = attr: b3u.__version__
author = Andrei Lapets
author_email = a@lapets.io
description = Utility for extracting Boto3 configuration information and method parameters from AWS resource URIs.
Expand Down

0 comments on commit b707c8a

Please sign in to comment.