Skip to content

Commit

Permalink
decreased rtd python version
Browse files Browse the repository at this point in the history
  • Loading branch information
japaf committed Jul 5, 2019
1 parent c99b5a8 commit 6d2d67d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ License
`MIT`_ © 2019 Pavel Ferkl

.. _MIT: LICENSE

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))
# sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))

on_rtd = os.environ.get('READTHEDOCS', False) == 'True'

Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
version: 3.6
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down

0 comments on commit 6d2d67d

Please sign in to comment.