Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 5, 2023
1 parent 49fb2d1 commit 135a2a6
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.11"

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.9"
install:
- requirements: requirements.txt
- requirements: sphinx-rtd-theme

0 comments on commit 135a2a6

Please sign in to comment.