Skip to content

Commit

Permalink
readthedocs yaml added with poetry setup job
Browse files Browse the repository at this point in the history
  • Loading branch information
voetberg committed Oct 2, 2023
1 parent 93fbf73 commit 1690932
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 24 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Required
version: 2

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

sphinx:
configuration: docs/conf.py
24 changes: 0 additions & 24 deletions CONTRIBUTING.md

This file was deleted.

0 comments on commit 1690932

Please sign in to comment.