Skip to content

Commit

Permalink
Merge pull request #55 from lucas-diedrich/project
Browse files Browse the repository at this point in the history
[Fix] Docs build
  • Loading branch information
lucas-diedrich authored Jan 24, 2025
2 parents 04de5ff + 36b68f1 commit 762d3f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build:
os: ubuntu-20.04
tools:
python: "3.10"
apt_packages:
- libssh2-1
- libssh2-1.dev
sphinx:
configuration: docs/conf.py
# disable this for more lenient docs builds
fail_on_warning: true
commands:
pre_build:
- apt-get update && apt-get install -y libssh2-1 libssh2-1.dev
python:
install:
- method: pip
Expand Down

0 comments on commit 762d3f7

Please sign in to comment.