Skip to content

Commit fc33d1c

Browse files
committed
feat: Add pydoctor-theme submodule
1 parent 00a9021 commit fc33d1c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "pydoctor-theme"]
2+
path = pydoctor-theme
3+
url = ../pydoctor-theme.git

pydoctor-theme

Submodule pydoctor-theme added at 52859c1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ privacy = [
7070
]
7171

7272
theme = "base"
73-
template-dir = "docs-theme"
73+
template-dir = "pydoctor-theme"

0 commit comments

Comments
 (0)