Skip to content

Commit

Permalink
Add readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Aug 3, 2024
1 parent 5d473ae commit dcafa86
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

sphinx:
configuration: doc/source/conf.py
fail_on_warning: true

build:
os: ubuntu-22.04
tools:
python: "3.10"
apt_packages:
- graphviz

python:
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit dcafa86

Please sign in to comment.