Skip to content

Commit

Permalink
yaml readthedocs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yjmantilla committed Dec 18, 2023
1 parent 1acb804 commit d648dff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ version: 2
sphinx:
configuration: docs/source/conf.py


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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements-dev.txt
# is important that "-e ." exist in requirements-dev.txt
Expand Down

0 comments on commit d648dff

Please sign in to comment.