We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pybind11-stubgen
1 parent 7683eb2 commit fa61ebaCopy full SHA for fa61eba
2 files changed
.github/workflows/stubs.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Dependencies
39
run: |
40
.github/workflows/dependencies/gcc-openmpi.sh
41
- python3 -m pip install -U git+https://github.com/ax3l/pybind11-stubgen@fix-weakkeydict pre-commit
+ python3 -m pip install -U git+https://github.com/ax3l/pybind11-stubgen@fix-module-prefix-recursive pre-commit
42
43
- name: Set Up Cache
44
uses: actions/cache@v5
docs/requirements.txt
@@ -7,7 +7,7 @@
7
breathe
8
docutils>=0.17.1
9
10
-git+https://github.com/ax3l/pybind11-stubgen@fix-weakkeydict # type hints in pyi files
+git+https://github.com/ax3l/pybind11-stubgen@fix-module-prefix-recursive # type hints in pyi files
11
pybtex
12
pygments
13
recommonmark
0 commit comments