Fixes for docs building (#4659)

This commit is contained in:
Oliver 2023-04-22 23:35:25 +10:00 committed by GitHub
parent 2ffd2354eb
commit 50cbaff76d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

5
docs/.gitignore vendored
View File

@ -6,8 +6,9 @@ env/
*.pyd
*.pyc
# Sphinx files
_build
# Documentation build files
_build/
site/
# Temp files
releases.json

0
docs/__init__.py Normal file
View File

0
docs/docs/__init__.py Normal file
View File

View File

@ -193,9 +193,9 @@ plugins:
- git-revision-date-localized
- mkdocs-simple-hooks:
hooks:
on_config: "docs.hooks:on_config"
on_config: "docs.docs.hooks:on_config"
- macros:
include_dir: _includes
include_dir: docs/_includes
# Extensions
markdown_extensions: