diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 532c98d..7ed5c46 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,27 +1,20 @@ -# .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required version: 2 -# Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: '3.11' + python: '3.14' # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py -# If using Sphinx, optionally build your docs in additional formats such as PDF -# formats: -# - pdf - -# Optionally declare the Python requirements required to build your docs python: install: - - requirements: requirements_docs.txt - method: pip path: . + extra_requirements: + - docs diff --git a/requirements_docs.txt b/requirements_docs.txt deleted file mode 100644 index b7f2c16..0000000 --- a/requirements_docs.txt +++ /dev/null @@ -1,2 +0,0 @@ -pydata-sphinx-theme==0.15.4 -sphinx==7.3.7