We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108097a commit 51f6e91Copy full SHA for 51f6e91
Makefile
@@ -29,9 +29,6 @@ deploy:
29
pipenv run python -m twine upload -r "pypi" --config-file .pypirc 'dist/*'
30
31
generate-api-docs:
32
- # Install required dependencies if not present
33
- pipenv install doxypypy
34
- # Generate documentation
35
doxygen Doxyfile
36
moxygen --output docs/api.md docs/xml
37
docs/py_filter.sh
@@ -1,4 +1,3 @@
1
#!/bin/bash
2
-source env/bin/activate
3
4
-python3 -m doxypypy.doxypypy -a -c $1
+pipenv run doxypypy -a -c $1
0 commit comments