Problem with SDK ref following pinning mkdocs to 1.3.1 so pulling that out for a test
This commit is contained in:
parent
05e336a2a5
commit
8124dbe5c8
|
@ -2,5 +2,3 @@ site_name: PySimpleGUI
|
|||
theme:
|
||||
name: mkdocs
|
||||
custom_dir: docs_modification/
|
||||
dependencies:
|
||||
- mkdocs==1.3.1
|
|
@ -2,8 +2,6 @@ version: 2
|
|||
|
||||
python:
|
||||
version: 3.6
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
|
||||
mkdocs:
|
||||
configuration: mkdocs.yml
|
Loading…
Reference in New Issue