We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4ba35 commit 5080376Copy full SHA for 5080376
.gitignore
@@ -151,3 +151,4 @@ Thumbs.db
151
152
# Development logs and documentation
153
.claude/
154
+.CLAUDE.md
setup.py
@@ -67,6 +67,18 @@
67
"sphinxcontrib-qthelp==1.0.3",
68
"sphinxcontrib-serializinghtml==1.1.5",
69
],
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
+ ],
82
# Command-line tools and utilities
83
"cli": [
84
# Note: just is not available via pip, install separately:
0 commit comments