Skip to content

Commit

Permalink
add readthedocs configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
mciepluc committed Nov 15, 2023
1 parent e0b4618 commit 6342d2e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
23 changes: 23 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .readthedocs.yml
# 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"
apt_packages:
- graphviz

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- bus

sphinx:
configuration: docs/source/conf.py
20 changes: 0 additions & 20 deletions documentation/Makefile

This file was deleted.

0 comments on commit 6342d2e

Please sign in to comment.