Skip to content

Commit

Permalink
add readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Jun 25, 2018
1 parent c5248b2 commit 3b459d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[build-system]
requires = [
"setuptools >= 35.0.2",
"setuptools_scm >= 2.0.0, <3",
"wheel >= 0.29.0",
]

[tool.towncrier]
package = "tox"
filename = "CHANGELOG.rst"
Expand Down
7 changes: 7 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
build:
image: latest
python:
version: 3.6
pip_install: true
extra_requirements:
- docs

0 comments on commit 3b459d2

Please sign in to comment.