Update mkdocs version and config

This commit is contained in:
Ryan P Kilby 2019-06-30 18:39:49 -07:00
parent df1d146ee7
commit 6be2cc4dd2
3 changed files with 6 additions and 4 deletions

View File

@ -4,13 +4,15 @@ site_description: Django REST framework - Web APIs for Django
repo_url: https://github.com/encode/django-rest-framework repo_url: https://github.com/encode/django-rest-framework
theme_dir: docs_theme theme:
name: mkdocs
custom_dir: docs_theme
markdown_extensions: markdown_extensions:
- toc: - toc:
anchorlink: True anchorlink: True
pages: nav:
- Home: 'index.md' - Home: 'index.md'
- Tutorial: - Tutorial:
- 'Quickstart': 'tutorial/quickstart.md' - 'Quickstart': 'tutorial/quickstart.md'

View File

@ -1,2 +1,2 @@
# MkDocs to build our documentation. # MkDocs to build our documentation.
mkdocs==0.16.3 mkdocs==1.0.4

View File

@ -51,7 +51,7 @@ deps =
-rrequirements/requirements-testing.txt -rrequirements/requirements-testing.txt
[testenv:docs] [testenv:docs]
basepython = python2.7 basepython = python3.7
skip_install = true skip_install = true
commands = mkdocs build commands = mkdocs build
deps = deps =