diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 43a8b588f41c638bc8c5d31920db4967d0528153..4724b4112282b07ed0d92464c23db88cae682dee 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,11 @@ formats: all python: install: - - myst-parser \ No newline at end of file + - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - docs +# - method: pip +# path: another/package + system_packages: true \ No newline at end of file