Skip to content

Commit

Permalink
Fixing docs buils
Browse files Browse the repository at this point in the history
  • Loading branch information
xiancg committed Aug 7, 2024
1 parent ebdcf82 commit 4bdded2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Required
version: 2

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

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.10
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
- method: setuptools
- method: pip
path: .
system_packages: true

0 comments on commit 4bdded2

Please sign in to comment.