Skip to content

Commit

Permalink
Build environment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
enclaved committed Nov 18, 2023
1 parent 922add4 commit f2a0d21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -20,6 +20,6 @@ sphinx:
# - pdf

# Optionally declare the Python requirements required to build your docs
#python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: requirements.txt
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx==6.2.1
sphinx-rtd-theme==1.2.2
recommonmark==0.5.0

0 comments on commit f2a0d21

Please sign in to comment.