Skip to content

Commit

Permalink
Update RTD config to version 2 and use python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Oct 25, 2020
1 parent 293aac9 commit addc18f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
24 changes: 14 additions & 10 deletions .readthedocs.yml
@@ -1,15 +1,19 @@
requirements_file: requirements/docs.txt
version: 2

sphinx:
configuration: docs/conf.py

formats:
- pdf

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
version: 3.8
install:
- requirements: requirements/docs.txt
- method: pip
path: .
extra_requirements:
- validation
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -11,15 +11,15 @@ cache: pip

matrix:
include:
- python: '3.6'
- python: '3.8'
env: TOXENV=docs
- python: '3.9-dev'
env: TOXENV=djmaster
- python: '3.8'
env: TOXENV=lint

- stage: publish
python: '3.6'
python: '3.8'
before_script:
# workaround for Travis' inability to build PEP517 projects; anything added to build-system.requires
# will also have to be added here until Travis implements this
Expand Down

0 comments on commit addc18f

Please sign in to comment.