Skip to content

Commit

Permalink
Add .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Dec 29, 2018
1 parent 7f3ffe8 commit c1d3d4f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
requirements_file: requirements/docs.txt

build:
image: latest

python:
version: 3.6
setup_py_install: false
pip_install: true # need this for correct pyproject.toml handling
extra_requirements:
- validation

# extra formats in addition to the default HTML web docs
formats:
- pdf
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
python: '3.7'
dist: xenial
sudo: required
- python: '3.6'
env: TOXENV=docs
- python: '3.6'
env: TOXENV=djmaster
- # readthedocs uses python 3.5 for building
python: '3.5'
env: TOXENV=docs
- python: '3.6'
env: TOXENV=lint

Expand Down

0 comments on commit c1d3d4f

Please sign in to comment.