Trying new doc theme
This commit is contained in:
parent
e52a67ea85
commit
9e3aa5fd3d
23 changed files with 1212 additions and 0 deletions
16
mkdocs.yml
16
mkdocs.yml
|
@ -1 +1,17 @@
|
|||
site_name: PySimpleGUI
|
||||
nav:
|
||||
## add your custom pages hierarchy here
|
||||
|
||||
theme:
|
||||
name: null
|
||||
custom_dir: 'rtd_dropdown'
|
||||
include_search_page: true
|
||||
search_index_only: false
|
||||
static_templates:
|
||||
- 404.html
|
||||
|
||||
plugins: ['search']
|
||||
|
||||
# add theme version number here
|
||||
extra:
|
||||
version: 0.3.x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue