Skip to content

Commit b0d27df

Browse files
committed
chore: Initial commit
0 parents  commit b0d27df

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
on:
3+
push:
4+
jobs:
5+
all:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "Nothing to do!"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# griffe-inherited-docstrings
2+
3+
Griffe extension for inheriting docstrings.
4+
5+
This project is currently available to [sponsors](https://github.com/sponsors/pawamoy) only.
6+
See https://mkdocstrings.github.io/griffe-inherited-docstrings/insiders.

0 commit comments

Comments
 (0)