diff --git a/.readthedocs.yml b/.readthedocs.yml index af1f002e..03c2ae76 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,6 +10,9 @@ build: os: ubuntu-22.04 tools: python: "3.12" + jobs: + pre_build: + - pip install .[doc,tests] # Build documentation in the "docs/" directory with Sphinx sphinx: @@ -20,7 +23,7 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: docs/docs-requirements.txt +# - requirements: docs/docs-requirements.txt - method: pip path: . # extra_requirements: