Skip to content

Commit

Permalink
Merge pull request #291 from randomir/relax-docs-reqs-to-fix-build
Browse files Browse the repository at this point in the history
Fix docs build
  • Loading branch information
randomir authored Feb 8, 2024
2 parents bb34c69 + 076b274 commit d19b72b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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"

python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt

sphinx:
builder: html
configuration: docs/conf.py
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx>=4.0.0,<5.0.0
sphinx
sphinx_rtd_theme
recommonmark

0 comments on commit d19b72b

Please sign in to comment.