Skip to content

Commit d613251

Browse files
committed
Improved mkdocs.yml - deactivate awesome-pages
`awesome-pages` was in the wrong place in `mkdocs.yml` but was not producing errors. Moving it to the correct place in PRs 335 and 336 revealed that `mkdocs-awesome-pages-plugin` had not been installed so documentation failed to build. This patch comments-out `awesome-pages` on the basis that is seems to make no real difference to the displayed pages.
1 parent 93f3b51 commit d613251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ theme:
66
- navigation.tabs
77
plugins:
88
- search
9-
- awesome-pages
9+
# - awesome-pages
1010
markdown_extensions:
1111
- pymdownx.superfences

0 commit comments

Comments
 (0)