From 9bf7ef2a7ead9b62fa6c203e3b175e63c5247a31 Mon Sep 17 00:00:00 2001 From: wyrde Date: Sat, 6 May 2023 23:24:07 -0400 Subject: [PATCH] config --- .readthedocs.yaml | 12 +++++------- docs/conf.py | 5 ++++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ce437f2..b843ea3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,17 +14,15 @@ build: # nodejs: "19" # rust: "1.64" # golang: "1.19" - # Build documentation in the docs/ directory with Sphinx + sphinx: configuration: docs/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF -formats: - - pdf - - epub +formats: all # Optionally declare the Python requirements required to build your docs -#python: -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index a4d6a4c..48b984f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,7 +2,10 @@ # https://docs.readthedocs.io/en/stable/config-file/v2.html # https://docs.readthedocs.io/en/stable/guides/migrate-rest-myst.html - +source_suffix = [ + ".rst", + ".md", +] extensions = [ # Your existing extensions "myst_parser",