Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Feb 6, 2024
1 parent 6fcfed8 commit 6230a72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-dateutil>=2.4
16 changes: 12 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
formats:
- none
version: "2"

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

python:
pip_install: true
version: 3
install:
- requirements: docs/requirements.txt

sphinx:
configuration: docs/conf.py

0 comments on commit 6230a72

Please sign in to comment.