Skip to content

Commit

Permalink
Fix Readthedocs (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Oct 26, 2023
1 parent aa89675 commit e97dbf7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the OS
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -14,6 +20,5 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
11 changes: 6 additions & 5 deletions docs/requirements.txt
@@ -1,6 +1,7 @@
sphinx==2.1.2
adb-shell
cryptography
# Standard requirements
sphinx
sphinx-rtd-theme

# Specific requirements for this project
adb-shell[async,usb]
pycryptodome
libusb1
aiofiles

0 comments on commit e97dbf7

Please sign in to comment.