Skip to content

Commit fda3d8d

Browse files
Fix ToC
1 parent 505a9ad commit fda3d8d

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/publish-docs-gp-pages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
name: publish-docs-gp-pages
1+
name: publish-docs-gh-pages
22

33
on:
4-
# TODO: Can we trigger action manually?
5-
# push:
6-
# branches:
7-
# - 4.x
84
workflow_dispatch:
95

106
jobs:

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ markdown_extensions:
2424
- pymdownx.superfences
2525
- pymdownx.tabbed
2626
- toc:
27-
toc_depth: 1
27+
toc_depth: 2-3
2828
permalink: true
2929

3030
nav:

0 commit comments

Comments
 (0)