Skip to content

Commit 719f3ca

Browse files
committed
Update mkdocs
1 parent a639939 commit 719f3ca

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""An abstraction over virtualenv and Conda environments."""
42

53
import copy
@@ -9,8 +7,6 @@
97
import os
108
import shutil
119

12-
from django.conf import settings
13-
1410
from readthedocs.config import PIP, SETUPTOOLS
1511
from readthedocs.config.models import PythonInstall, PythonInstallRequirements
1612
from readthedocs.doc_builder.config import load_yaml_config
@@ -295,7 +291,7 @@ def install_core_requirements(self):
295291
]
296292

297293
if self.config.doctype == 'mkdocs':
298-
requirements.append('mkdocs==0.17.3')
294+
requirements.append('mkdocs<1.1')
299295
else:
300296
# We will assume semver here and only automate up to the next
301297
# backward incompatible release: 2.x

0 commit comments

Comments
 (0)