Skip to content

Commit

Permalink
Try to fix documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Jan 16, 2024
1 parent 839b99c commit 51cc152
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ version: 2
formats: all

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.11"

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.10
install:
- requirements: docs/requirements.txt
# - requirements: requirements.txt
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests>=2.25.0
SQLAlchemy>=1.4.28
ecdsa>=0.17
sphinx>=5.0.0
sphinx_rtd_theme>=0.5.0
numpy>=1.21.0
SQLAlchemy>=2.0.0
fastecdsa>=2.2.1
sphinx>=6.0.0
sphinx_rtd_theme>=1.0.0
numpy>=1.22.0
pycryptodome>=3.14.1

0 comments on commit 51cc152

Please sign in to comment.