Skip to content

Commit 5080376

Browse files
author
Donglai Wei
committed
fix pytorch doc theme
1 parent 5d4ba35 commit 5080376

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,4 @@ Thumbs.db
151151

152152
# Development logs and documentation
153153
.claude/
154+
.CLAUDE.md

setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@
6767
"sphinxcontrib-qthelp==1.0.3",
6868
"sphinxcontrib-serializinghtml==1.1.5",
6969
],
70+
# Documentation build
71+
"docs": [
72+
"sphinx==3.4.3",
73+
"pytorch-sphinx-theme>=0.0.19",
74+
"sphinxcontrib-katex",
75+
"jinja2==3.0.3",
76+
"sphinxcontrib-applehelp==1.0.4",
77+
"sphinxcontrib-devhelp==1.0.2",
78+
"sphinxcontrib-htmlhelp==2.0.1",
79+
"sphinxcontrib-qthelp==1.0.3",
80+
"sphinxcontrib-serializinghtml==1.1.5",
81+
],
7082
# Command-line tools and utilities
7183
"cli": [
7284
# Note: just is not available via pip, install separately:

0 commit comments

Comments
 (0)