Skip to content

Commit

Permalink
fix readthedocs config (#2468)
Browse files Browse the repository at this point in the history
* fix readthedocs config

* fix config

* add missing import
  • Loading branch information
petrjasek authored Aug 29, 2023
1 parent b88a254 commit 3aa99f1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ version: 2

# Set the version of Python and other tools you might need
build:
image: latest
os: ubuntu-22.04
tools:
python: "3.10"
apt_packages:
- libxmlsec1-dev

python:
version: "3.8"
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -21,9 +25,3 @@ sphinx:
# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt

0 comments on commit 3aa99f1

Please sign in to comment.