mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
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:
@@ -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
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ INHERIT: mkdocs-common.yml
|
|||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
offline:
|
offline:
|
||||||
privacy:
|
|
||||||
exclude:
|
exclude:
|
||||||
glob:
|
glob:
|
||||||
- "**/_template.md"
|
- "**/_template.md"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user