Skip to content

Commit

Permalink
Use extra requirements for docs in RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 30, 2017
1 parent c601faf commit 2133157
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
python:
version: 3
pip_install: true
extra_requirements:
- docs
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include LICENSE *.rst *.toml
include LICENSE *.rst *.toml .readthedocs.yml

# Don't package GitHub-specific files.
exclude .github/*.md .travis.yml

# Tests
include tox.ini .coveragerc conftest.py docs-requirements.txt
include tox.ini .coveragerc conftest.py
recursive-include tests *.py
recursive-include .github *.rst

Expand Down
1 change: 0 additions & 1 deletion docs-requirements.txt

This file was deleted.

0 comments on commit 2133157

Please sign in to comment.