Skip to content

Commit

Permalink
Merge pull request #576 from michaeljones/475-fix-rtd-build
Browse files Browse the repository at this point in the history
475 fix rtd build
  • Loading branch information
vermeeren committed Sep 10, 2020
2 parents caf9508 + fd9d25f commit a6c7426
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .readthedocs.yaml
@@ -1,7 +1,13 @@
version: 2

python:
version: 3.5
version: 3
install:
- requirements: requirements/development.txt
- method: pip
path: .

sphinx:
builder: html
configuration: documentation/source/conf.py
fail_on_warning: false
2 changes: 1 addition & 1 deletion requirements/production.txt
Expand Up @@ -2,5 +2,5 @@ docutils>=0.12
Jinja2>=2.7.3
MarkupSafe>=0.23
Pygments>=1.6
Sphinx>=3.0,<3.3
Sphinx>=3.0,<3.4
six>=1.9.0

0 comments on commit a6c7426

Please sign in to comment.