Skip to content

Commit 51f6e91

Browse files
committed
fix: change to use pipenv
1 parent 108097a commit 51f6e91

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ deploy:
2929
pipenv run python -m twine upload -r "pypi" --config-file .pypirc 'dist/*'
3030

3131
generate-api-docs:
32-
# Install required dependencies if not present
33-
pipenv install doxypypy
34-
# Generate documentation
3532
doxygen Doxyfile
3633
moxygen --output docs/api.md docs/xml
3734

docs/py_filter.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/bash
2-
source env/bin/activate
32

4-
python3 -m doxypypy.doxypypy -a -c $1
3+
pipenv run doxypypy -a -c $1

0 commit comments

Comments
 (0)