From 009c900b9e28ef05fdcf7c241d47a9ff9397f2ba Mon Sep 17 00:00:00 2001 From: gtca Date: Tue, 9 Apr 2024 02:00:23 -0700 Subject: [PATCH] Adopt new config format for RTD requirements --- .readthedocs.yaml | 5 +---- docs/requirements.txt | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 776b26e..d237580 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,4 @@ sphinx: # Explicitly set the version of Python and its requirements python: install: - - method: pip - path: . - extra_requirements: - - docs + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..fb3f4fe --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,4 @@ +sphinx==7.2.6 +sphinx-rtd-theme==2.0.0 +commonmark==0.9.1 +recommonmark==0.7.1