Skip to content

Commit

Permalink
Merge pull request #26 from Integration-Automation/dev
Browse files Browse the repository at this point in the history
Fix readthedocs
  • Loading branch information
JE-Chen authored Aug 23, 2023
2 parents eacad34 + 286f985 commit 3dd3242
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
version: 2
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

sphinx:
configuration: docs/source/conf.py
# Required
version: 2

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

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

# Optionally build your docs in additional formats such as PDF and ePub
#formats:
# - pdf
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
python:
install:
- requirements: docs/requirements.txt

0 comments on commit 3dd3242

Please sign in to comment.