From 3154b790399aa7ce6def6c00b639679f6ac3bdb9 Mon Sep 17 00:00:00 2001 From: Kevin Barnard Date: Tue, 4 Jun 2024 09:10:39 -0700 Subject: [PATCH] docs: fix broken readthedocs build #27 Install the current package (fathomnet-py) prior to building the Sphinx docs via RTD --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c717d9f..6127f7f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,4 +13,6 @@ build: python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + - method: pip + path: .