Changeset ed1366


Ignore:
Timestamp:
09/18/2023 12:00:59 PM (18 months ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
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)
Message:

[Docs] Fix readthedocs builds

Requires using updated configuration with git unshallow so that version
can be identified from git tags.

Closes: https://github.com/deluge-torrent/deluge/pull/434

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .readthedocs.yml

    r7082d9 red1366  
    55# Required
    66version: 2
     7
     8build:
     9  os: ubuntu-22.04
     10  tools:
     11    python: "3.10"
     12  jobs:
     13    post_checkout:
     14      - git fetch --unshallow || true
    715
    816# Build documentation in the docs/ directory with Sphinx
     
    1523# Optionally set the version of Python and requirements required to build your docs
    1624python:
    17   version: 3.7
    1825  install:
    1926    - requirements: requirements.txt
    2027    - requirements: docs/requirements.txt
    21     - method: setuptools
     28    - method: pip
    2229      path: .
Note: See TracChangeset for help on using the changeset viewer.