Skip to content

Commit

Permalink
use Python 2.7 to generate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Oct 27, 2018
1 parent 9dfcb43 commit 2b3f876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
image: latest
python:
version: 3.6
version: 2.7
pip_install: true
extra_requirements:
- docs
Expand Down
2 changes: 1 addition & 1 deletion src/virtualenv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
"""Create a "virtual" Python installation"""

raise ValueError
# fmt: off
import os # isort:skip
import sys # isort:skip
Expand Down

0 comments on commit 2b3f876

Please sign in to comment.