Skip to content

Commit

Permalink
Configure Read the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Aug 9, 2023
1 parent bc9b8b9 commit 3a5be28
Show file tree
Hide file tree
Showing 4 changed files with 798 additions and 23 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ repos:
language: system
types: [python]
args: ["--rcfile=.pylintrc"]
- repo: https://github.com/python-poetry/poetry
rev: '1.5.1'
hooks:
- id: poetry-check
- id: poetry-lock
- id: poetry-export
args: ["--with", "dev", "-f", "requirements.txt", "-o", "doc/requirements.txt"]
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

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

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: doc/requirements.txt
Loading

0 comments on commit 3a5be28

Please sign in to comment.