Skip to content

Commit

Permalink
Merge pull request #14500 from qlyoung/add-rtd-config
Browse files Browse the repository at this point in the history
doc: add .readthedocs.yaml configs
  • Loading branch information
ton31337 authored Sep 28, 2023
2 parents f48f2de + f71f078 commit 6a9fe6f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/developer/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Required
version: 2

# Set the version of Python 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: doc/developer/conf.py

python:
install:
- requirements: doc/requirements.txt
16 changes: 16 additions & 0 deletions doc/user/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Required
version: 2

# Set the version of Python 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: doc/user/conf.py

python:
install:
- requirements: doc/requirements.txt

0 comments on commit 6a9fe6f

Please sign in to comment.