From 16d1e6aef1e7808ef1d23d27b03369c3965b6760 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Thu, 6 Jun 2024 15:36:23 -0500 Subject: [PATCH] Make it so the manpage renders on read the docs --- .readthedocs.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 37a4fa4..e199d98 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,13 +2,15 @@ version: 2 build: - os: ubuntu-22.04 - tools: - python: "3.12" + os: ubuntu-22.04 + tools: + python: "3.12" sphinx: - configuration: docs/conf.py + configuration: docs/conf.py python: - install: - - requirements: docs/requirements.txt + install: + - requirements: docs/requirements.txt + - method: pip + path: .