Skip to content

Commit

Permalink
doc: readthedocs build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
samedii committed Nov 28, 2023
1 parent 3329762 commit 13fd436
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.9"

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/source/requirements.txt
2 changes: 1 addition & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ imagesize==1.2.0
Jinja2==2.11.2
jsonpointer==2.0
MarkupSafe==1.1.1
numpy==1.19.2
numpy==1.23.4
opencv-python==4.4.0.44
packaging==20.4
pandas==1.1.2
Expand Down

0 comments on commit 13fd436

Please sign in to comment.