File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version: 2
9
9
build :
10
10
os : ubuntu-20.04
11
11
tools :
12
- python : " 3.6 "
12
+ python : " 3.9 "
13
13
14
14
mkdocs :
15
15
configuration : mkdocs.yml
Original file line number Diff line number Diff line change 9
9
# The pip guide to its requirements file format:
10
10
# https://pip.pypa.io/en/stable/reference/requirements-file-format/
11
11
#
12
- # Last version before the major changes in mkdocs==1.0. See:
13
- # https://www.mkdocs.org/about/release-notes/#version-0175-2018-07-06
14
- mkdocs == 0.17.5
12
+ # Current version as at 31 August 2022
13
+ mkdocs == 1.3.1
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ extra_css:
12
12
extra_javascript :
13
13
- js/searchhack.js
14
14
15
- pages :
15
+ nav :
16
16
- Home : README.md
17
17
- Changelog : ChangeLog.md
18
18
- Tool documentation :
You can’t perform that action at this time.
0 commit comments