Skip to content

Commit

Permalink
feat: add RTD configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
waza-ari committed Jan 3, 2024
1 parent aa7be0f commit e757ecd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

# Build documentation in the docs/ directory with Sphinx
mkdocs:
configuration: mkdocs.yml
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
site_name: Python Easyverein Documentation
repo_url: https://github.com/waza-ari/python-easyverein
docs_dir: docs
theme:
name: "material"
features:
Expand Down

0 comments on commit e757ecd

Please sign in to comment.