diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e4f58caaa..94e13a182 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,8 +12,9 @@ build: python: "3.12" jobs: post_install: - - python -m pip install '.[dev]' - - sudo apt update && sudo apt install -y pandoc graphviz + - python -m pip install '.[dev]' rucio-clients + pre_build: + - cd docs && sphinx-autogen source/reference.rst -t source/_templates -o source/modules && cd ../ # You can also specify other tool versions: # nodejs: "19" # rust: "1.64"