Skip to content

Commit e49aacf

Browse files
committed
Try to bump MkDocs
1 parent de97f67 commit e49aacf

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-20.04
1111
tools:
12-
python: "3.6"
12+
python: "3.9"
1313

1414
mkdocs:
1515
configuration: mkdocs.yml

doc/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
# The pip guide to its requirements file format:
1010
# https://pip.pypa.io/en/stable/reference/requirements-file-format/
1111
#
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

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extra_css:
1212
extra_javascript:
1313
- js/searchhack.js
1414

15-
pages:
15+
nav:
1616
- Home: README.md
1717
- Changelog: ChangeLog.md
1818
- Tool documentation:

0 commit comments

Comments
 (0)