Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	doc/requirements.txt
  • Loading branch information
tomsch420 committed Oct 26, 2023
2 parents bc17206 + a6c226a commit 0bd35d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ build:
os: ubuntu-22.04
tools:
python: "3.8"
apt_packages:
- graphviz

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -21,4 +23,4 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: doc/requirements.txt
- requirements: doc/requirements.txt
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ Install the package via
```
pip install random-events
```

Read the docs [here.](https://random-events.readthedocs.io/en/latest/)

0 comments on commit 0bd35d3

Please sign in to comment.