Skip to content

Commit

Permalink
Fix readthedocs build after poetry convert
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Jul 12, 2020
1 parent 00f5ed7 commit be0001a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .readthedocs.yml
@@ -1,4 +1,8 @@
requirements_file: requirements_docs.txt
build:
image: latest

python:
version: 3
setup_py_install: true
version: 3.7
pip_install: true
extra_requirements:
- docs
8 changes: 6 additions & 2 deletions pyproject.toml
Expand Up @@ -35,16 +35,20 @@ android_backup = { version = "^0.2", optional = true }
importlib_metadata = "^1.6.0"
croniter = "^0.3.32"

sphinx = { version = "^3.1", optional = true }
sphinx_click = { version = "^2.3", optional = true }

[tool.poetry.extras]
docs = ["sphinx", "sphinx_click"]

[tool.poetry.dev-dependencies]
pytest = "^5.4.1"
pytest-cov = "^2.8.1"
pytest-mock = "^3.1.0"
voluptuous = "^0.11.7"
pre-commit = "^2.2.0"
sphinx = "^3.0.1"
doc8 = "^0.8.0"
restructuredtext_lint = "^1.3.0"
sphinx-click = "^2.3.2"
tox = "^3.14.6"
isort = "^4.3.21"
cffi = "^1.14.0"
Expand Down

0 comments on commit be0001a

Please sign in to comment.