Skip to content

Commit

Permalink
Readthedocs build (#313)
Browse files Browse the repository at this point in the history
* add readthedocs.yaml file

* add build to readthedocs yaml

* modify readthedocs yaml
  • Loading branch information
Tooyosi authored Jun 11, 2024
1 parent 3857058 commit f2976f5
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 f2976f5

Please sign in to comment.