Skip to content

Commit

Permalink
modify readthedocs yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooyosi committed Jun 11, 2024
1 parent 13cc447 commit c1eceb5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: "3"

# Build documentation in the docs/ directory with Sphinx
python:
install:
- method: pip
path: .
extra_requirements:
- docs
sphinx:
configuration: docs/conf.py
fail_on_warning: true

0 comments on commit c1eceb5

Please sign in to comment.