21 lines
332 B
YAML
21 lines
332 B
YAML
site_name: PySimpleGUI
|
|
# mkdocs.yml:
|
|
|
|
nav:
|
|
## add your custom pages hierarchy here
|
|
|
|
theme:
|
|
name: null
|
|
url: www.PySimpleGUI.com
|
|
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
|