Skip to content

Commit 2b3f876

Browse files
committed
use Python 2.7 to generate documentation
1 parent 9dfcb43 commit 2b3f876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build:
22
image: latest
33
python:
4-
version: 3.6
4+
version: 2.7
55
pip_install: true
66
extra_requirements:
77
- docs

src/virtualenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
"""Create a "virtual" Python installation"""
3-
3+
raise ValueError
44
# fmt: off
55
import os # isort:skip
66
import sys # isort:skip

0 commit comments

Comments
 (0)