mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Interlink the docs with the Python and Rich manuals
All through our docs there are mentions of Python types and also Rich types. This change will make the vast majority of mentions of them into actual links that people can follow. So now, for example, when someone sees a method that returns a `Style`, they can click on it and see what a `Style` actually is.
This commit is contained in:
@@ -67,6 +67,9 @@ plugins:
|
||||
default_handler: python
|
||||
handlers:
|
||||
python:
|
||||
import:
|
||||
- https://docs.python.org/3/objects.inv
|
||||
- https://rich.readthedocs.io/en/stable/objects.inv
|
||||
options:
|
||||
show_root_heading: true
|
||||
show_root_full_path: false
|
||||
|
||||
Reference in New Issue
Block a user