Changeset 152d681


Ignore:
Timestamp:
Jan 2, 2024, 9:16:48 PM (3 months ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
master
Parents:
1e2811c
git-author:
Paul Brossier <piem@piem.org> (01/02/24 21:16:22)
git-committer:
Paul Brossier <piem@piem.org> (01/02/24 21:16:48)
Message:

[ci] add pip install to readthedocs.yaml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .readthedocs.yaml

    r1e2811c r152d681  
    77    python: "3.12"
    88
     9python:
     10  install:
     11    - requirements: requirements.txt
     12    - method: pip
     13      path: .
     14
    915sphinx:
    1016  configuration: doc/conf.py
Note: See TracChangeset for help on using the changeset viewer.