Skip to content

Commit

Permalink
[ENH 😣] build thing in rtd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saratheriver committed Dec 1, 2023
1 parent 467b3f4 commit d27a377
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.7"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -21,4 +31,4 @@ sphinx:
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit d27a377

Please sign in to comment.