Skip to content

Commit 6171c0a

Browse files
committed
Add mkdocstrings and some extra meta-data to mkdocs.yml for site wide configuration.
1 parent c5a3d15 commit 6171c0a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
site_name: PyScript
2+
site_author: The PyScript OSS Team
3+
site_description: PyScript - an open source platform for Python in the browser.
24

35
theme:
46
name: material
@@ -58,6 +60,7 @@ plugins:
5860
css_dir: css
5961
javascript_dir: js
6062
canonical_version: null
63+
- mkdocstrings
6164

6265
nav:
6366
- Home: index.md

0 commit comments

Comments
 (0)