From 1796f04b2c348b94ed405693cbdc06477ab64b6b Mon Sep 17 00:00:00 2001 From: Luca Ponzoni <16854208+luponzo86@users.noreply.github.com> Date: Thu, 20 Jun 2019 21:14:31 -0400 Subject: [PATCH] - --- .readthedocs.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 774df99..10b8710 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,7 +13,13 @@ sphinx: # formats: all # Optionally set the version of Python and requirements required to build your docs -# python: -# version: 3.7 -# install: -# - requirements: docs/requirements.txt +python: + version: 3.7 + install: + # - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - docs + - method: setuptools + path: package