diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 32b65d9..e84b8bd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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: @@ -21,4 +23,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 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/)