Skip to content

Commit 291c38d

Browse files
committed
Fix docs build
Signed-off-by: Charlie Truong <[email protected]>
1 parent 7d06e59 commit 291c38d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,9 @@
9292
},
9393
}
9494
html_extra_path = ["project.json", "versions1.json"]
95+
96+
# Github links are now getting rate limited from the Github Actions
97+
linkcheck_ignore = [
98+
".*github\\.com.*",
99+
".*githubusercontent\\.com.*",
100+
]

docs/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
```{include} ../README.md
22
:relative-docs: docs/
33
```
4+
5+
```{toctree}
6+
:caption: Development
7+
:hidden:
8+
9+
apidocs/index.rst
10+
```

0 commit comments

Comments
 (0)