From bd0ccf2a971f46a79ca05a5f75dee39d115644c9 Mon Sep 17 00:00:00 2001 From: MS List Date: Sun, 12 Feb 2023 21:29:41 -0500 Subject: [PATCH] Fixing up readthedocs config. --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 174097b..c0eccc6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,7 +13,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF formats: @@ -23,6 +23,6 @@ formats: python: install: - method: pip - path: . - extra_requirements: - -doc + path: . + extra_requirements: + - doc