Skip to content

Commit

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

* add build to readthedocs yaml
  • Loading branch information
Tooyosi authored Jun 11, 2024
1 parent fca320d commit 3857058
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
# Required
version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

0 comments on commit 3857058

Please sign in to comment.