From d4a89d0a19388a10c17e6a23273f857dbfef12e6 Mon Sep 17 00:00:00 2001 From: Tom Schierenbeck <60885903+tomsch420@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:49:34 +0200 Subject: [PATCH 1/4] Update requirements.txt --- doc/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index 874d166..6a6651d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,2 +1,3 @@ sphinx_rtd_theme sphinx-autoapi +graphviz From ec795061d21407c8f2091cd6c6bd6d9215b5c5c9 Mon Sep 17 00:00:00 2001 From: Tom Schierenbeck <60885903+tomsch420@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:52:37 +0200 Subject: [PATCH 2/4] Update .readthedocs.yaml --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 32b65d9..6bd7a40 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,10 @@ build: tools: python: "3.8" +build: + apt_packages: + - graphviz + # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: doc/conf.py @@ -21,4 +25,4 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: doc/requirements.txt \ No newline at end of file + - requirements: doc/requirements.txt From a354c17ada0c6d9c9a83cd5ae7ec62de30627012 Mon Sep 17 00:00:00 2001 From: Tom Schierenbeck <60885903+tomsch420@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:55:05 +0200 Subject: [PATCH 3/4] Update .readthedocs.yaml --- .readthedocs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6bd7a40..e84b8bd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,8 +10,6 @@ build: os: ubuntu-22.04 tools: python: "3.8" - -build: apt_packages: - graphviz From a6c226a7cc2b85d8754d193c7e01fc5a5d7707a1 Mon Sep 17 00:00:00 2001 From: Tom Schierenbeck <60885903+tomsch420@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:59:28 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1820f74..a932866 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,5 @@ Install the package via ``` pip install random-events ``` + +Read the docs [here.](https://random-events.readthedocs.io/en/latest/)