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",