Changeset ed1366
- Timestamp:
- 09/18/2023 12:00:59 PM (18 months ago)
- Branches:
- develop
- Children:
- 18dca7
- Parents:
- 7082d9
- git-author:
- Calum Lind <calumlind+deluge@gmail.com> (09/18/2023 11:24:37 AM)
- git-committer:
- Calum Lind <calumlind+deluge@gmail.com> (09/18/2023 12:00:59 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.readthedocs.yml
r7082d9 red1366 5 5 # Required 6 6 version: 2 7 8 build: 9 os: ubuntu-22.04 10 tools: 11 python: "3.10" 12 jobs: 13 post_checkout: 14 - git fetch --unshallow || true 7 15 8 16 # Build documentation in the docs/ directory with Sphinx … … 15 23 # Optionally set the version of Python and requirements required to build your docs 16 24 python: 17 version: 3.718 25 install: 19 26 - requirements: requirements.txt 20 27 - requirements: docs/requirements.txt 21 - method: setuptools28 - method: pip 22 29 path: .
Note:
See TracChangeset
for help on using the changeset viewer.