8000 docs: show private · 34j/types-array-api@b5c3dcf · GitHub
[go: up one dir, main page]

Skip to content

Commit b5c3dcf

Browse files
committed
docs: show private
1 parent 5048836 commit b5c3dcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "Python array API standard typing"
1616
copyright = "2025, 34j"
1717
author = "34j"
18-
release = "1.1.0"
18+
release = "1.0.0"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -77,6 +77,7 @@ def run_apidoc(_: Any) -> None:
7777
[
7878
"--force",
7979
"--module-first",
80+
"--private",
8081
"-o",
8182
docs_path.as_posix(),
8283
module_path.as_posix(),

0 commit comments

Comments
 (0)
0