Skip to content

Commit

Permalink
Reinstated docs/requirements but with just the needed for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Jan 1, 2025
1 parent 0d177f1 commit 938ef73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2

# Build options
build:
os: ubuntu-20.04
os: "ubuntu-24.04"
tools:
python: "3.9"
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -23,5 +23,6 @@ formats:

# Optionally set the requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
6 changes: 6 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
wheel
sphinx==7.2.6
sphinx-rtd-theme==2.0.0
docutils==0.18.1
attrs==21.4.0
myst-parser==3.0.1

0 comments on commit 938ef73

Please sign in to comment.