Skip to content

Commit

Permalink
Merge pull request #230 from globus/docs
Browse files Browse the repository at this point in the history
Fix Read-The-Docs documentation builds
  • Loading branch information
NickolausDS authored Sep 20, 2024
2 parents b014cae + eb2d3fa commit cf5723a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"
sphinx:
configuration: docs/source/conf.py
python:
install:
- requirements: docs/requirements.txt

0 comments on commit cf5723a

Please sign in to comment.