Skip to content

Commit

Permalink
Merge pull request #2498 from f4pga/fix-docs
Browse files Browse the repository at this point in the history
bump readthedocs conf
  • Loading branch information
kgugala authored Feb 13, 2025
2 parents 147eafe + e7efbfa commit 399bc23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.7"

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.7"
install:
- requirements: docs/requirements.txt

Expand Down

0 comments on commit 399bc23

Please sign in to comment.