Skip to content

Commit

Permalink
Merge pull request #160 from mautic/fix-rtdconfig
Browse files Browse the repository at this point in the history
Update Read the Docs config file to prevent build failing
  • Loading branch information
RCheesley authored Jan 9, 2024
2 parents 8bab736 + de37cec commit 1d37d96
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build from the docs/ directory with Sphinx
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
# golang: "1.17"

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

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Explicitly set the version of Python and its requirements
# Optionally declare the Python requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements.txt
install:
- requirements: docs/requirements.txt

0 comments on commit 1d37d96

Please sign in to comment.