Skip to content

Commit

Permalink
Backport PR #14148: fix RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau authored and meeseeksmachine committed Sep 29, 2023
1 parent 1f69789 commit 286fc42
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/source/conf.py

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exclude tools
exclude CONTRIBUTING.md
exclude .editorconfig
exclude SECURITY.md
exclude .readthedocs.yaml

graft scripts

Expand Down

0 comments on commit 286fc42

Please sign in to comment.