Skip to content

Commit

Permalink
Merge pull request #46 from deepskies/feature/readthedoc
Browse files Browse the repository at this point in the history
Feature/readthedoc
  • Loading branch information
voetberg authored Oct 4, 2023
2 parents 0c301a2 + f767316 commit cd5578e
Showing 1 changed file with 17 additions and 0 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/source/conf.py

0 comments on commit cd5578e

Please sign in to comment.