Skip to content

Commit

Permalink
fix: updated readthedocs config file, fixing failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Dec 28, 2023
1 parent 0be03e7 commit 2c0ae72
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
22 changes: 16 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install

sphinx:
configuration: src/conf.py

submodules:
include: all
recursive: true

python:
version: 3.8
install:
- method: pip
path: .
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ myst-parser = "*"
recommonmark = "^0.7.0"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 2c0ae72

Please sign in to comment.