Skip to content

Commit 3a8a9e8

Browse files
committed
update mkdocs dependencies
to the current stable version, per pip Also update mkdocs.yml to use new "nav" syntax. Also python from 2.7 to 3.6
1 parent 4905e27 commit 3a8a9e8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: FHIRcast
2-
pages:
2+
nav:
33
- Home: index.md
44
- Launch Scenarios: launch-scenarios.md
55
- Security Considerations: security-considerations.md

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
backports-abc==0.5
2-
certifi==2018.1.18
3-
click==6.7
2+
certifi==2018.11.29
3+
click==7.0
44
Jinja2==2.10
5-
livereload==2.5.1
6-
Markdown==2.6.11
7-
MarkupSafe==1.0
8-
mkdocs==0.17.3
9-
PyYAML==3.12
5+
livereload==2.6.0
6+
Markdown==3.0.1
7+
MarkupSafe==1.1.0
8+
mkdocs==1.0.4
9+
PyYAML==3.13
1010
singledispatch==3.4.0.3
11-
six==1.11.0
12-
tornado==4.5.3
13-
mkdocs-material==2.7.0
11+
six==1.12.0
12+
tornado==5.1.1
13+
mkdocs-material==3.2.0

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-2.7.14
1+
python-3.6.2

0 commit comments

Comments
 (0)