From 510272d4a8e16ee9190bdfb3fadaf1ada0173e97 Mon Sep 17 00:00:00 2001 From: "spaceBearAmadeus (Alex)" Date: Wed, 28 Aug 2024 13:24:15 -0400 Subject: [PATCH] updated build for docs --- .readthedocs.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ec45db2..9c8f47c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,17 +10,11 @@ formats: - pdf - epub -# Optional but recommended, declare the Python requirements required -# to build your documentation -# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -python: - install: - - requirements: documentation/requirements.docs.txt - build: os: ubuntu-22.04 tools: python: "3.12" commands: - - sphinx-apidoc -o documentation/source/ ../bio_compose - - sphinx-build -b html documentation/source/ documentation/_build/html \ No newline at end of file + - pip install sphinx sphinx-autodoc-typehints + - sphinx-apidoc -o documentation/source/ bio_compose + - sphinx-build -b html documentation/source/ documentation/build/html \ No newline at end of file