diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a7184468..a7c424ba 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,6 +22,7 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt +python: + install: + - requirements: docs/requirements.txt + - sphinx-rtd-theme diff --git a/pyproject.toml b/pyproject.toml index 61e7626a..61246a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ requires-python = ">=3.8" dependencies = ["django>=4.2"] [project.optional-dependencies] -docs = ["sphinx"] +docs = ["sphinx", "sphinx-rtd-theme"] [project.urls] Homepage = "http://github.com/django-waffle/django-waffle"