Skip to content

Commit

Permalink
Fix sphinx build (#145)
Browse files Browse the repository at this point in the history
small fix in the recently introduced .readthedocs.yml
  • Loading branch information
jquast authored Feb 2, 2020
1 parent 1e0dd4c commit 75e3890
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ formats: all
python:
version: 3.7
install:
- method: setuptools
path: .
- requirements: docs/requirements.txt
1 change: 0 additions & 1 deletion tests/test_color.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# local
from blessed.color import COLOR_DISTANCE_ALGORITHMS
from blessed.colorspace import RGBColor

# local
from .accessories import TestTerminal, as_subprocess

Expand Down
2 changes: 1 addition & 1 deletion tests/test_formatters.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
"""Tests string formatting functions."""
# std imports
import pickle
import platform
import multiprocessing
import pickle

# 3rd party
import mock
Expand Down

0 comments on commit 75e3890

Please sign in to comment.