Skip to content

Commit fa61eba

Browse files
committed
pybind11-stubgen: fix nested types
1 parent 7683eb2 commit fa61eba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stubs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Dependencies
3939
run: |
4040
.github/workflows/dependencies/gcc-openmpi.sh
41-
python3 -m pip install -U git+https://github.com/ax3l/pybind11-stubgen@fix-weakkeydict pre-commit
41+
python3 -m pip install -U git+https://github.com/ax3l/pybind11-stubgen@fix-module-prefix-recursive pre-commit
4242
4343
- name: Set Up Cache
4444
uses: actions/cache@v5

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
breathe
88
docutils>=0.17.1
99

10-
git+https://github.com/ax3l/pybind11-stubgen@fix-weakkeydict # type hints in pyi files
10+
git+https://github.com/ax3l/pybind11-stubgen@fix-module-prefix-recursive # type hints in pyi files
1111
pybtex
1212
pygments
1313
recommonmark

0 commit comments

Comments
 (0)