Skip to content

Commit

Permalink
install rucio and do autogen step
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Nov 20, 2024
1 parent 6e6b210 commit ee22357
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ build:
python: "3.12"
jobs:
post_install:
- python -m pip install '.[dev]'
- 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"
Expand Down

0 comments on commit ee22357

Please sign in to comment.