Skip to content

Commit

Permalink
Add sphinx-rtd-theme to docs
Browse files Browse the repository at this point in the history
First implementation
  • Loading branch information
dancergraham committed Dec 28, 2024
1 parent 2b81166 commit 88bd99c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 88bd99c

Please sign in to comment.