Skip to content

Commit

Permalink
fix: readthedocs issues:
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Oct 19, 2023
1 parent 03b6cec commit caa960b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required: the version of this file's schema.
version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -17,6 +22,5 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- requirements: requirements/doc.txt

0 comments on commit caa960b

Please sign in to comment.