Merge pull request #5859 from PySimpleGUI/Dev-latest
Problem with SDK ref following pinning mkdocs to 1.3.1 so pulling tha…
This commit is contained in:
commit
d522aa91eb
|
@ -2,5 +2,3 @@ site_name: PySimpleGUI
|
||||||
theme:
|
theme:
|
||||||
name: mkdocs
|
name: mkdocs
|
||||||
custom_dir: docs_modification/
|
custom_dir: docs_modification/
|
||||||
dependencies:
|
|
||||||
- mkdocs==1.3.1
|
|
|
@ -2,8 +2,6 @@ version: 2
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.6
|
version: 3.6
|
||||||
install:
|
|
||||||
- requirements: docs/requirements.txt
|
|
||||||
|
|
||||||
mkdocs:
|
mkdocs:
|
||||||
configuration: mkdocs.yml
|
configuration: mkdocs.yml
|
Loading…
Reference in New Issue