Merge pull request #2677 from davep/docs-no-insiders-redux

Revisit allowing building the docs without access to "Material for MkDocs Insiders"
This commit is contained in:
Dave Pearson
2023-05-29 12:57:25 +01:00
committed by GitHub
3 changed files with 6 additions and 4 deletions

View File

@@ -67,9 +67,6 @@ plugins:
default_handler: python default_handler: python
handlers: handlers:
python: python:
import:
- https://docs.python.org/3/objects.inv
- https://rich.readthedocs.io/en/stable/objects.inv
options: options:
show_signature_annotations: false show_signature_annotations: false
separate_signature: true separate_signature: true

View File

@@ -2,7 +2,6 @@ INHERIT: mkdocs-common.yml
plugins: plugins:
offline: offline:
privacy:
exclude: exclude:
glob: glob:
- "**/_template.md" - "**/_template.md"

View File

@@ -14,3 +14,9 @@ plugins:
- categories - categories
- release - release
- tags - tags
mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://rich.readthedocs.io/en/stable/objects.inv