Skip to content

Commit

Permalink
attempt doc build.os fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ks905383 committed Feb 15, 2024
1 parent 3f0e698 commit a3b20ac
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions readthedocs.yml
@@ -1,10 +1,20 @@
# Required
version: 2

# Set OS, python versions
build:
os: ubuntu-22.04
tools:
python: "3.12"

conda:
file: docs/docenvironment.yml
python:
version: 3.12
install:
- method: setuptools
path: package

#python:
# version: 3.12
# install:
# - method: setuptools
# path: package
sphinx:
fail_on_warning: False
configuration: docs/conf.py

0 comments on commit a3b20ac

Please sign in to comment.